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
官方網址 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"
}