-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor code in background.js #12
Comments
i will do this |
Is anyone assigned to this issue? I would like to participate if possible! |
@aleoof Yes, please go ahead. |
@JordanRosas No actually, give it a shot, I'll merge the most optimized code. |
Hi @vinitshahdeo last night I ran your project fresh and and when I opened my devtools I got three errors
is there something I am missing on my end? |
@JordanRosas It seems you opened |
Hi Again!
Pardon my many questions I've never worked with a chrome extension. I tried
to load the unpacked extensions from the instructions in hour README and I
get a Filed to load extension with the following message => Cannot load
extension with file or directory name _config.yml. Filenames starting with
"_" are reserved for use by the system. Could not load manifest. Any Ideas?
…On Fri, Oct 11, 2019 at 8:01 AM Vinit Shahdeo ***@***.***> wrote:
@JordanRosas <https://github.com/JordanRosas> It seems you opened
index.html in chrome directly. It's a chrome extension so it's supposed
to be installed locally. Please refer this
<https://developer.chrome.com/extensions/getstarted>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AH3LLVR3ZBTF7UOXTL4VZELQOB2JTA5CNFSM4I7R5RIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA75P4A#issuecomment-541054960>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3LLVVE2QWLBCPSQAG3ZK3QOB2JTANCNFSM4I7R5RIA>
.
|
@JordanRosas My bad. Please delete that file ( |
Awesome thanks.
…On Fri, Oct 11, 2019 at 9:05 AM Vinit Shahdeo ***@***.***> wrote:
@JordanRosas <https://github.com/JordanRosas> My bad. Please delete that
file (_config.yml). It's not supposed to be there. This for GitHub pages.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AH3LLVTZA4TOUY5VZKF7EKLQOCB3VA5CNFSM4I7R5RIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBADKMY#issuecomment-541078835>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3LLVWUOOPXTOKAVOA2ABTQOCB3VANCNFSM4I7R5RIA>
.
|
@JordanRosas You're welcome! |
@vinitshahdeo I have a PR up for some reason I couldnt add you as a reviewer? |
@JordanRosas No problem. Thank you for the PR. I'll review and merge it soon. You may look into a few more good first issues here which are up for grabs! |
Please check
background.js
and refactor the different methods inside this.Do small, incremental changes that leave the code in a better state than it was found.
Do not make any changes in other files.
Make sure that the existing functionality shouldn't break.
The text was updated successfully, but these errors were encountered: