JS Injector

Allows you to store scripts and inject them in pages

JS Injectorとは何ですか?

JS Injectorはsmku1992によって開発されたChromeの拡張機能で、その主な機能は「Allows you to store scripts and inject them in pages」です。

拡張機能のスクリーンショット

screenshot

JS Injector拡張機能のCRXファイルをダウンロード

JS Injector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension allows you to inject any javascript/css library available on www.cdnjs.com.                    

拡張機能の基本情報

名前 JS Injector JS Injector
ID jnndejfmeclkfmhnpkaajaemkdjeddbb
公式URL https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb
説明 Allows you to store scripts and inject them in pages
ファイルサイズ 78.59 KB
インストール数 188
現在のバージョン 1.0
最終更新日 2014-07-03
公開日 2014-07-03
評価 3.57/5 合計 7 レビュー
開発者 smku1992
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Injector",
    "description": "Allows you to store scripts and inject them in pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    }
}