For developers who have to deal with sites to which they dont have code side access to. Easily store and inject JavaScript snippets into pages, enhance usability or manipulate data in several open tabs at once. Features: * create, edit, delete, sort, name and enable/disable your scripts * syntax highlighter and autosave * scripts are stored locally and persist throughout sessions * run a specific script or all that are marked as active * change scope to run scripts on the current or on all open tabs * scripts are injected into the pages after document.ready * includes jQuery * added global function openTab(url) to open a new tab within your script (avoid recursion) * added global XhrMonitor object for working with ajax pages 1.1.0: * added global InjectCode object which is exported into the content pages (allowing to use attached methods in the Chrome console) 1.1.1: * removed unused storage permission request Source available at https://github.com/jaakkytt/InjectCode.
You can Follow the below Step By Step procedure to install the InjectCode Chrome Extension to your Chrome Web browser.
It is the InjectCode Chrome extension download link you can download and install Chrome Browser.
Inject your Javascript into the webpage
Inject your own JavaScript in any webpage.
Inject JavaScript code into every page (e.g. to help with debugging). For example, make your own wrapper for console logging.
Inject javascript to the webpage you are visiting
User JavaScript and CSS on any website
Runs your custom code snippets on any website
Easily inject javascript libraries from the console