Relim Developer Tools

Relim在线调试插件

What is Relim Developer Tools?

Relim Developer Tools is a Chrome extension developed by yadong.oyyd, and its main feature is "Relim在线调试插件".

Extension Screenshots

screenshot

Download Relim Developer Tools Extension CRX File

Download Relim Developer Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Relim Developer Tools Relim Developer Tools
ID pphelfjpjdcpbalkincfjcjoidhmkkfb
Official URL https://chrome.google.com/webstore/detail/relim-developer-tools/pphelfjpjdcpbalkincfjcjoidhmkkfb
Description Relim在线调试插件
File Size 1.32 MB
Installation Count 206
Current Version 3.0.17
Last Updated 2018-10-16
Publish Date 2018-10-16
Rating 5.00/5 Total 5 Ratings
Developer yadong.oyyd
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relim Developer Tools",
    "description": "Relim\u5728\u7ebf\u8c03\u8bd5\u63d2\u4ef6",
    "version": "3.0.17",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/ascm.alibaba-inc.com\/page\/config_editor*",
                "*:\/\/ascm-daily.alibaba.net\/page\/config_editor*",
                "*:\/\/proton.alibaba.net\/page\/config_editor*",
                "*:\/\/proton.alibaba-inc.com\/page\/config_editor*"
            ],
            "css": [
                "contentScript.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "assets\/logo.png",
        "assets\/Group.png",
        "comiScript.js",
        "history.html"
    ],
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}