Closed hvarday closed 7 years ago
Also:
Things to do:
Include the assets locally in the addon for firefox and chrome. Add support for opera. Make firefox extension stable. * currently unstable. Improve the bad code written in chrome extension.
Will add another issue to refactor every script and add documentation.
what assets are you talking about, the icons and images?
How different is opera, firefox extension development compared to chrome extension development?
yes, icons and images, firefox requires to host images locally and i think it's better to do the same with chrome extension as these might get deleted from imgur or vit.ac.in
True, also they being local would save some time downloading it on client side
yet they will increase the the extension size from currently 200kb to 1mb maybe more.
If there is size issue, we can upload it on Cloudinary, and so the concern about resources getting deleted will be solved.
yeah nice idea.
I was thinking about 2 features:
Okay, will work on that. Can you create a todo file on main page on this repo with the things that could be added.
Yep
Done & dusted by @lakshaykapoor7198
Previously written code for marks change and notification has bugs and is currently commented out, requires refactoring and proper documentation.
Bugs -
chrome.storage
, should store marks of all users who've used the extension on a system.