EasyGo

Create custom url redirects rules.

什麼是EasyGo?

EasyGo是由https://paulchun.com開發的Chrome擴展程式,該擴展的主要功能是“Create custom url redirects rules.”。

擴展截圖

screenshot

下載EasyGo擴展crx文件

下載EasyGo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Redirects stuff using webRequest.

You can set which shortcuts redirect to which urls.

Does it using regex replace.

Supports HTTPS.                    

擴展基本資訊

名稱 EasyGo EasyGo
ID oeecigfbikkleelaekckmeijhoeifepb
官方網址 https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb
簡介 Create custom url redirects rules.
檔案大小 1.33 MB
安裝次數 80
目前版本 0.4 alpha
更新時間 2018-01-04
上架時間 2018-01-04
評分 4.50/5 共 12 次評分
開發者 https://paulchun.com
付費類型 free
擴展官網 http://www.paulchun.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyGo",
    "version": "0.4",
    "description": "Create custom url redirects rules.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Paul Chun",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/paulchun.com",
    "incognito": "spanning",
    "minimum_chrome_version": "17",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "EasyGo",
    "version_name": "0.4 alpha"
}