JS-Exec

Inject your own JavaScript in any webpage.

JS-Execとは何ですか?

JS-ExecはSeevenDevによって開発されたChromeの拡張機能で、その主な機能は「Inject your own JavaScript in any webpage.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        JS-Exec is a simple extension that allows you to inject your own JavaScript in any web page.

You can also write you own JavaScript applications and quickly run them wherever and whenever you want.

/!\ This extension is under developement. Many features and potential bug fixes are coming soon. You can also contact me to report bugs or suggest features via GitHub.

Find out more on my GitHub repository : http://github.com/SeevenDev/JS-Exec                    

拡張機能の基本情報

名前 JS-Exec JS-Exec
ID caeimpdeapdimekjkkkggpibnlijlnka
公式URL https://chromewebstore.google.com/detail/js-exec/caeimpdeapdimekjkkkggpibnlijlnka
説明 Inject your own JavaScript in any webpage.
ファイルサイズ 1.83 MB
インストール数 636
現在のバージョン 3.0
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.67/5 合計 3 レビュー
開発者 SeevenDev
支払い方法 free
拡張機能のウェブサイト https://github.com/SeevenDev/JS-Exec
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS-Exec",
    "description": "Inject your own JavaScript in any webpage.",
    "version": "3.0",
    "author": "SeevenDev",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/api.js"
        ],
        "persistent": false
    }
}