RegExp Incognito

Automatically switch to Incognito mode when a regex matches.

什么是RegExp Incognito?

RegExp Incognito是由Matthias Berla开发的Chrome扩展程序,该扩展的主要功能是“Automatically switch to Incognito mode when a regex matches.”。

下载RegExp Incognito扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 RegExp Incognito RegExp Incognito
ID eoinodgpodbohkbgkdgbfeokpbihaild
官方URL https://chrome.google.com/webstore/detail/regexp-incognito/eoinodgpodbohkbgkdgbfeokpbihaild
简介 Automatically switch to Incognito mode when a regex matches.
文件大小 5.9 KB
安装次数 29
当前版本 1.1.2
更新时间 2016-04-08
上架时间 2016-04-08
评分 5.00/5 共1次评分
开发者 Matthias Berla
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegExp Incognito",
    "version": "1.1.2",
    "author": "Matthias Berla",
    "description": "Automatically switch to Incognito mode when a regex matches.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage",
        "tabs"
    ]
}