beta工具

各种小工具,没有做不到,只有想不到,从此,测试变得如此简单

What is beta工具?

beta工具 is a Chrome extension developed by suny.tse, and its main feature is "各种小工具,没有做不到,只有想不到,从此,测试变得如此简单".

Extension Screenshots

screenshot

Download beta工具 Extension CRX File

Download beta工具 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

                        ICBU测试插件中心,各种小工具,没有做不到,只有想不到,从此,测试变得如此简单。

阿里巴巴公司内部工具,用于测试相关的工具集合,非公司员工请勿下载,我们也不会对外提供任何服务。                    

Extension Basic Information

Name beta工具 beta工具
ID aofjjdaabhdpgcehanpefphngeecodcn
Official URL https://chromewebstore.google.com/detail/beta%E5%B7%A5%E5%85%B7/aofjjdaabhdpgcehanpefphngeecodcn
Description 各种小工具,没有做不到,只有想不到,从此,测试变得如此简单
File Size 2.87 MB
Installation Count 226
Current Version 2.2.46
Last Updated 2024-01-16
Publish Date 2021-06-12
Developer suny.tse
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rulechannel.alibaba.com/icbu?type=detail&ruleId=2034&cId=1306
Supported Languages zh-CN
manifest.json
{
    "version": "2.2.46",
    "manifest_version": 3,
    "description": "\u5404\u79cd\u5c0f\u5de5\u5177\uff0c\u6ca1\u6709\u505a\u4e0d\u5230\uff0c\u53ea\u6709\u60f3\u4e0d\u5230\uff0c\u4ece\u6b64\uff0c\u6d4b\u8bd5\u53d8\u5f97\u5982\u6b64\u7b80\u5355",
    "name": "beta\u5de5\u5177",
    "omnibox": {
        "keyword": "beta"
    },
    "icons": {
        "128": "images\/toolbox.ico",
        "48": "images\/toolbox.ico",
        "16": "images\/toolbox.ico"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/toolbox.ico"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/cssSelector\/js\/content_script.js"
            ],
            "css": [
                "\/cssSelector\/css\/content.css"
            ],
            "injectInto": "body"
        }
    ]
}