Injector

Extension for local, dynamic addition of js/css to the any page

Injectorとは何ですか?

Injectorはrozov1によって開発されたChromeの拡張機能で、その主な機能は「Extension for local, dynamic addition of js/css to the any page」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

拡張機能の基本情報

名前 Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
公式URL https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
説明 Extension for local, dynamic addition of js/css to the any page
ファイルサイズ 13.47 KB
インストール数 30
現在のバージョン 1.2.1
最終更新日 2019-02-03
公開日 2019-01-31
評価 5.00/5 合計 1 レビュー
開発者 rozov1
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bercly0b/injector-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}