Rempl

Rempl host for browser's Developer Tools

Remplとは何ですか?

Remplはremplによって開発されたChromeの拡張機能で、その主な機能は「Rempl host for browser's Developer Tools」です。

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

screenshot

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

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

拡張機能の使用方法

                        Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools.

https://github.com/rempl                    

拡張機能の基本情報

名前 Rempl Rempl
ID hcikjlholajopgbgfmmlbmifdfbkijdj
公式URL https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj
説明 Rempl host for browser's Developer Tools
ファイルサイズ 21.87 KB
インストール数 1,104
現在のバージョン 1.0.4
最終更新日 2022-07-12
公開日 2017-04-10
評価 5.00/5 合計 6 レビュー
開発者 rempl
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rempl",
    "version": "1.0.4",
    "description": "Rempl host for browser's Developer Tools",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16x16.png",
        "32": "img\/icon32x32.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "devtools_page": "index.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}