Inject Code
Inject your own code into any webpage
Inject Codeとは何ですか?
Inject CodeはYehuda Moskowitzによって開発されたChromeの拡張機能で、その主な機能は「Inject your own code into any webpage」です。
拡張機能のスクリーンショット
Inject Code拡張機能のCRXファイルをダウンロード
Inject Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Write JS/JSX/CSS snippets that can be executed by click of a button. Features: * Custom code or link to an external library * Filter on specific URL's * Auto run * Filter auto run on specific URL's * Simple interface * Write/Update in separate tab while testing on web page * Toggle horizontal/vertical split view in edit mode * Toggle full screen in edit mode * Choose whether to run in all frames
拡張機能の基本情報
名前 | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
公式URL | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
説明 | Inject your own code into any webpage |
ファイルサイズ | 4.68 MB |
インストール数 | 1,066 |
現在のバージョン | 1.0.4.7 |
最終更新日 | 2024-01-04 |
公開日 | 2018-12-18 |
評価 | 4.89/5 合計 9 レビュー |
開発者 | Yehuda Moskowitz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Inject Code", "manifest_version": 2, "name": "Inject Code", "version": "1.0.4.7", "description": "Inject your own code into any webpage", "browser_action": { "default_popup": "index.html", "default_icon": "images\/inject.png", "default_title": "Inject Code Snippets" }, "options_page": "index.html?page=options", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "web_accessible_resources": [], "permissions": [ "activeTab", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |