Redirector

Catch and redirect url's based on RegEx identifier

什么是Redirector?

Redirector是由valurhrafn开发的Chrome扩展程序,该扩展的主要功能是“Catch and redirect url's based on RegEx identifier”。

扩展截图

screenshot

下载Redirector扩展crx文件

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

扩展使用说明

                        This extension redirects based on regular expression filter.
So it can redirect some url's on a domain, while leaving others alone.                    

扩展基本信息

名称 Redirector Redirector
ID leenkickbboebeampfcphpchhdfhoeio
官方URL https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio
简介 Catch and redirect url's based on RegEx identifier
文件大小 14.1 KB
安装次数 16
当前版本 0.1
更新时间 2014-07-01
上架时间 2014-07-01
评分 1.00/5 共2次评分
开发者 valurhrafn
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Catch and redirect url's based on RegEx identifier",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "myScript.js"
        ]
    },
    "options_page": "options.html"
}