URLRedirector

Automatically redirect specific urls.

什么是URLRedirector?

URLRedirector是由ghost开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirect specific urls.”。

扩展截图

screenshot
screenshot

下载URLRedirector扩展crx文件

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

扩展使用说明

                        Automatically redirect specificed urls to new pages                    

扩展基本信息

名称 URLRedirector URLRedirector
ID maolmdhneopinciaokgohljhpdedekee
官方URL https://chromewebstore.google.com/detail/urlredirector/maolmdhneopinciaokgohljhpdedekee
简介 Automatically redirect specific urls.
文件大小 273 KB
安装次数 8,375
当前版本 1.3.17
更新时间 2019-05-05
上架时间 2019-05-05
评分 4.36/5 共11次评分
开发者 ghost
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.3.17",
    "homepage_url": "https:\/\/github.com\/fengyc\/URLRedirector",
    "icons": {
        "20": "static\/images\/r20.png",
        "25": "static\/images\/r25.png",
        "30": "static\/images\/r30.png",
        "48": "static\/images\/r48.png",
        "96": "static\/images\/r96.png",
        "128": "static\/images\/r128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "20": "static\/images\/r20.png",
            "25": "static\/images\/r25.png",
            "30": "static\/images\/r30.png",
            "40": "static\/images\/r40.png",
            "48": "static\/images\/r48.png"
        },
        "default_title": "URLRedirector",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "static\/js\/jquery.js",
            "common.js",
            "model.js",
            "storage.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "static\/css\/bootstrap.min.css",
        "static\/css\/bootstrap-theme.min.css",
        "static\/fonts\/glyphicons-halflings-regular.eot",
        "static\/fonts\/glyphicons-halflings-regular.svg",
        "static\/fonts\/glyphicons-halflings-regular.ttf",
        "static\/fonts\/glyphicons-halflings-regular.woff",
        "static\/fonts\/glyphicons-halflings-regular.woff2",
        "static\/images\/r20.png",
        "static\/images\/r25.png",
        "static\/images\/r30.png",
        "static\/images\/r40.png",
        "static\/images\/r48.png",
        "static\/images\/r96.png",
        "static\/images\/r128.png",
        "static\/js\/bootstrap.js",
        "static\/js\/jquery.js"
    ],
    "default_locale": "en"
}