URL Redirector
Redirect url by pattern to any place you want.
Co je URL Redirector?
URL Redirector je rozšíření Chrome vyvinuté Bluz, a jeho hlavní funkcí je „Redirect url by pattern to any place you want.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření URL Redirector
Stáhněte si soubory rozšíření URL Redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension help you to: - Redirect from an URL to another URL. - Redirect from an URL to a file on your local machine. - Set password to protect your setting from other change. - Play some trick ( just do it :)
Základní Informace o Rozšíření
Název | URL Redirector |
ID | kpdinddojclpdndplpblgckkfepjplie |
Oficiální URL | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
Popis | Redirect url by pattern to any place you want. |
Velikost souboru | 245 KB |
Počet instalací | 3,463 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-01-23 |
Datum Vydání | 2014-01-23 |
Hodnocení | 4.35/5 Celkem 37 Hodnocení |
Vývojář | Bluz |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Redirector", "description": "Redirect url by pattern to any place you want.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "options_page": "option.html" } |