Kode Injector

Helps to inject JavaScript and CSS from local files

Kode Injectorとは何ですか?

Kode Injectorはmaximtopによって開発されたChromeの拡張機能で、その主な機能は「Helps to inject JavaScript and CSS from local files」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Kode Injector helps you to modify sites you are visiting with you browser via injecting JavaScript or CSS code.

IMPORTANT:
This extension need "Allow access to file URLs" to be activated
Links to local files should have "file" protocol, for example: "file:///index.js"

Please fill free to submit your issues here: https://gitlab.com/maximtop/kode-injector/issues                    

拡張機能の基本情報

名前 Kode Injector Kode Injector
ID fgdehkdkmaiedleekbjpfoicpmodbicg
公式URL https://chromewebstore.google.com/detail/kode-injector/fgdehkdkmaiedleekbjpfoicpmodbicg
説明 Helps to inject JavaScript and CSS from local files
ファイルサイズ 547 KB
インストール数 237
現在のバージョン 0.7.4
最終更新日 2023-05-01
公開日 2018-03-06
開発者 maximtop
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gitlab.com/maximtop/kode-injector
ヘルプページのURL https://gitlab.com/maximtop/kode-injector/issues
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "48": "assets\/img\/icon-48.png",
        "128": "assets\/img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "version": "0.7.4"
}