Code Injector
Extension for JS & style injecting into the specified website.
Code Injectorとは何ですか?
Code Injectorはmartin.suba01によって開発されたChromeの拡張機能で、その主な機能は「Extension for JS & style injecting into the specified website.」です。
拡張機能のスクリーンショット
Code Injector拡張機能のCRXファイルをダウンロード
Code Injector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tool for injecting custom JavaScript and CSS into website specified by domain. Uses Chrome storage sync API to store your scripts. You can create and edit your scripts in the tab UI of the extension which opens on extension icon click. There's jQuery support for JavaScript codes. Features: ✔️ injects JS and CSS code into website specified by domain match ✔️ supports jQuery v3.4.1 ✔️ tab UI for script management ✔️ simple code editor with JS/CSS text highlight
拡張機能の基本情報
名前 | Code Injector |
ID | mmngbmmjfjannofkffhoindghfbhcool |
公式URL | https://chromewebstore.google.com/detail/code-injector/mmngbmmjfjannofkffhoindghfbhcool |
説明 | Extension for JS & style injecting into the specified website. |
ファイルサイズ | 110 KB |
インストール数 | 1,016 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-02-06 |
公開日 | 2020-02-06 |
評価 | 3.30/5 合計 10 レビュー |
開発者 | martin.suba01 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code Injector", "description": "Extension for JS & style injecting into the specified website.", "version": "0.0.1", "author": "Martin Suba", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "64": "icons\/icon64.png" }, "default_title": "Open the Code Injector in tab" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "storage", "activeTab", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |