Code Injector
Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.
What is Code Injector?
Code Injector is a Chrome extension developed by Melwyn Pawar, and its main feature is "Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.".
Extension Screenshots
Download Code Injector Extension CRX File
Download Code Injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages to make design and developmental decisions quickly.
Extension Basic Information
Name | |
ID | ffpbejkllpoglbeeabibelceofidjfhk |
Official URL | https://chrome.google.com/webstore/detail/code-injector/ffpbejkllpoglbeeabibelceofidjfhk |
Description | Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages. |
File Size | 293 KB |
Installation Count | 121 |
Current Version | 1.4 |
Last Updated | 2017-12-21 |
Publish Date | 2017-12-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Melwyn Pawar |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*" ] }, "content_scripts": [ { "js": [ "allLibs.js" ], "matches": [ " |