EasyGo

Create custom url redirects rules.

Vad är EasyGo?

EasyGo är en Chrome-tillägg utvecklad av https://paulchun.com, och dess huvudfunktion är "Create custom url redirects rules.".

Tilläggsskärmbilder

screenshot

Ladda ner EasyGo-förlängningens CRX-fil

Ladda ner EasyGo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Redirects stuff using webRequest.

You can set which shortcuts redirect to which urls.

Does it using regex replace.

Supports HTTPS.                    

Grundläggande Information om Tillägg

Namn EasyGo EasyGo
ID oeecigfbikkleelaekckmeijhoeifepb
Officiell webbadress https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb
Beskrivning Create custom url redirects rules.
Filstorlek 1.33 MB
Antal Installationer 80
Aktuell Version 0.4 alpha
Senast Uppdaterad 2018-01-04
Publiceringsdatum 2018-01-04
Betyg 4.50/5 Totalt 12 Betyg
Utvecklare https://paulchun.com
Betalningssätt free
Tilläggswebbplats http://www.paulchun.com
Stödda Språk 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"
}