We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refer to my comment on issue #1 .
background.js
popup.js
hello.html
popup.html
.gitignore
readme.md
Node.js
Total folder size (minus .git): 120kb Total extension size (icons included): 32kb Total extension size (minus icons): 16kb
.git
Total folder size (minus .git): 98kb Total extension size (icons included): 8kb Total extension size (minus icons): 5kb
The text was updated successfully, but these errors were encountered:
Hey @SenpaiHunters thank you so much for the contribution.
The suggested changes looks very useful. Does this also fix incompatibility issue on Windows?
Also, I have added the license, so can you please open a PR with the changes?
Sorry, something went wrong.
Optimise extension + Change all of the code kishanhitk#2
497cc85
Merge pull request #3 from SenpaiHunters/main
0e640b4
Optimise extension + Change all of the code #2
No branches or pull requests
Whole extension changes:
Refer to my comment on issue #1 .
background.js
andpopup.js
into its own JS locationhello.html
topopup.html
to align with Chromium dev docsbackground.js
andpopup.js
.gitignore
to the codebasereadme.md
to remove the need ofNode.js
, as this is false, it is not neededreadme.md
to further outline the install guide, changed the icon to the top of the titleBefore optimisation
Total folder size (minus
.git
): 120kbTotal extension size (icons included): 32kb
Total extension size (minus icons): 16kb
After optimisation
Total folder size (minus
.git
): 98kbTotal extension size (icons included): 8kb
Total extension size (minus icons): 5kb
The text was updated successfully, but these errors were encountered: