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
电子邮箱 [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"
            ]
        }
    ]
}