cubbles-webinspector

Cubbles web inspector.

什么是cubbles-webinspector?

cubbles-webinspector是由http://cubbles.github.io开发的Chrome扩展程序,该扩展的主要功能是“Cubbles web inspector.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载cubbles-webinspector扩展crx文件

下载cubbles-webinspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The cubbles-webinspector extension allows inspecting Cubbles components located within a webpage.

The extension allows you to list the Cubbles (if any) of the inspected webpage. Also, a list of slots is presented with their related information such as type, value and description. Additionally, the value of a slot can be updated.

Furthermore, the extension can be used to visualize the interface (and dataflow) of all the root Cubbles components and the connections between them (if any). Additionally, the root dependencies tress can be visualized too.

To access this extension, the desired webpage or Cubbles component should be inspected (https://developers.google.com/web/tools/chrome-devtools/).                    

扩展基本信息

名称 cubbles-webinspector cubbles-webinspector
ID akfjllhjfdmmemabkfcejldemhimifhe
官方URL https://chrome.google.com/webstore/detail/cubbles-webinspector/akfjllhjfdmmemabkfcejldemhimifhe
简介 Cubbles web inspector.
文件大小 1.24 MB
安装次数 10
当前版本 1.0.3
更新时间 2019-08-30
上架时间 2019-08-30
开发者 http://cubbles.github.io
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "cubbles-webinspector",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Cubbles web inspector.",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "devtools_page": "cubx_devtools.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cubbles.world blob: 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY=' 'sha256-WMJmFsFQaD6i4QiHDBFkHk2SD1KTOwogDfWzMR2treI=' 'sha256-hA\/OrIWJW4aX8miyRD1hQ85mnl\/lQywd+2k\/bpGXYmg=' 'sha256-sj\/\/9vlymLWU5AwPtZU57N+WjWfEKHVtS+GfRWTLIa8=' 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY='; object-src 'self'",
    "web_accessible_resources": [
        "lib\/injected_script.js"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": false
    }
}