Chrome Extension: Add or Remove JavaScript or CSS Libraries dynamically
It is my first Google Chrome Extension.
It allows web designers and developers to quickly inject or remove JavaScript or CSS libraries in a web page.
[chrome web store link: https://chrome.google.com/webstore/detail/add-remove-libraries/ifdmfkolcflpmfkphcgcbhhaljnaobgi]
First of all, I built a boilerplate Chrome Extension using a tool from http://extensionizr.com.
It is pretty slick. It saved me some learning time.
I just had to modify a HTML file used for popup when the extension icon is clicked in the toolbar and a JavaScript file that runs in the background of main window.
Full source code is available at github.
[github link: https://github.com/syuraj/Add_Remove_Libraries]















