Prod Warning

Warn you when your on production sites

什么是Prod Warning?

Prod Warning是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Warn you when your on production sites”。

扩展截图

screenshot

下载Prod Warning扩展crx文件

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

扩展使用说明

                        Lets you specify a list of domains to paint a border around, for warning you when you are on a production version of a site.                    

扩展基本信息

名称 Prod Warning Prod Warning
ID lklgnoldngfklejhcndgddkpfffogcfi
官方URL https://chromewebstore.google.com/detail/prod-warning/lklgnoldngfklejhcndgddkpfffogcfi
简介 Warn you when your on production sites
文件大小 46.39 KB
安装次数 58
当前版本 0.1.0
更新时间 2019-01-02
上架时间 2018-12-29
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prod Warning",
    "version": "0.1.0",
    "description": "Warn you when your on production sites",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "border.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/warning16.png",
        "32": "images\/warning32.png",
        "48": "images\/warning48.png",
        "128": "images\/warning128.png"
    },
    "manifest_version": 2
}