Inject Code
Inject different javascript or css code to every website, when you want
Inject Code क्या है?
Inject Code max द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inject different javascript or css code to every website, when you want"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inject Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension will remember all css/js code you injected in every website and auto-inject them when web page is loaded. Features: - inject custom js/css to website - inject CDN links to website - 38 most popular themes - auto-inject code to site option ( after loaded page scripts will inject automatically) - highlight syntax errors and warnings - hot keys : * Ctrl+Enter - run code, * Ctrl+F - find in editor For inject code to site: - open browser devtools panel, - go to "Inject code" tab - write code ( on typing code autosaving ) - on right top corner set ckeckbox "Inject code", and after reload code will be injecting to page ( or press buttom Play for once execute code )
एक्सटेंशन की मूल जानकारी
नाम | Inject Code |
ID | gpaakhhkcmlenabckmapmlfnajboobbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/inject-code/gpaakhhkcmlenabckmapmlfnajboobbi |
विवरण | Inject different javascript or css code to every website, when you want |
फ़ाइल का आकार | 2.96 MB |
स्थापना संख्या | 792 |
वर्तमान संस्करण | 0.91.21 |
अंतिम अपडेट | 2020-08-04 |
प्रकाशन तिथि | 2020-07-06 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | max |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inject Code", "description": "Inject different javascript or css code to every website, when you want", "version": "0.91.21", "minimum_chrome_version": "16.0.884", "permissions": [ "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "devtools_page": "devtools.html", "manifest_version": 2 } |