EasyGo
Create custom url redirects rules.
Wat is EasyGo?
EasyGo is een Chrome-extensie ontwikkeld door https://paulchun.com, en de belangrijkste functie is "Create custom url redirects rules.".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyGo
Download EasyGo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Redirects stuff using webRequest. You can set which shortcuts redirect to which urls. Does it using regex replace. Supports HTTPS.
Basisinformatie over de Extensie
Naam | EasyGo |
ID | oeecigfbikkleelaekckmeijhoeifepb |
Officiële URL | https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb |
Beschrijving | Create custom url redirects rules. |
Bestandsgrootte | 1.33 MB |
Aantal Installaties | 80 |
Huidige Versie | 0.4 alpha |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://paulchun.com |
Betalingswijze | free |
Extensiewebsite | http://www.paulchun.com |
Ondersteunde Talen | 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", " |