EasyGo
Create custom url redirects rules.
Cos'è EasyGo?
EasyGo è un'estensione di Chrome sviluppata da https://paulchun.com, e la sua funzione principale è "Create custom url redirects rules.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyGo
Scarica i file di estensione EasyGo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Redirects stuff using webRequest. You can set which shortcuts redirect to which urls. Does it using regex replace. Supports HTTPS.
Informazioni di Base sull'Estensione
Nome | EasyGo |
ID | oeecigfbikkleelaekckmeijhoeifepb |
URL Ufficiale | https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb |
Descrizione | Create custom url redirects rules. |
Dimensione del File | 1.33 MB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.4 alpha |
Ultimo Aggiornamento | 2018-01-04 |
Data di Pubblicazione | 2018-01-04 |
Valutazione | 4.50/5 Totale 12 Valutazioni |
Sviluppatore | https://paulchun.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.paulchun.com |
Lingue Supportate | 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", " |