EasyGo

Create custom url redirects rules.

What is EasyGo?

EasyGo is a Chrome extension developed by https://paulchun.com, and its main feature is "Create custom url redirects rules.".

Extension Screenshots

screenshot

Download EasyGo Extension CRX File

Download EasyGo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Redirects stuff using webRequest.

You can set which shortcuts redirect to which urls.

Does it using regex replace.

Supports HTTPS.                    

Extension Basic Information

Name EasyGo EasyGo
ID oeecigfbikkleelaekckmeijhoeifepb
Official URL https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb
Description Create custom url redirects rules.
File Size 1.33 MB
Installation Count 80
Current Version 0.4 alpha
Last Updated 2018-01-04
Publish Date 2018-01-04
Rating 4.50/5 Total 12 Ratings
Developer https://paulchun.com
Payment Type free
Extension Website http://www.paulchun.com
Supported Languages 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"
}