Wiki Redirect
Language and mobile to desktop redirection on Wikipedia pages.
Co je Wiki Redirect?
Wiki Redirect je rozšíření Chrome vyvinuté Memento SRLS, a jeho hlavní funkcí je „Language and mobile to desktop redirection on Wikipedia pages.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wiki Redirect
Stáhněte si soubory rozšíření Wiki Redirect 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 enables automatic language redirection on Wikipedia pages. When you open a Wikipedia page in a different language, it will try to open the same article on the choosen language. You can choose the redirection language from a list of Wikipedia supported languages. It's also possibile to automatically convert links from the mobile version to the desktop version. Extension developed by Memento SRLS https://play.google.com/store/apps/developer?id=Memento+SRLS
Základní Informace o Rozšíření
Název | Wiki Redirect |
ID | oenahiaeppiepibbmfpadomieekgbmbb |
Oficiální URL | https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb |
Popis | Language and mobile to desktop redirection on Wikipedia pages. |
Velikost souboru | 50.83 KB |
Počet instalací | 393 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-09-30 |
Datum Vydání | 2014-09-30 |
Hodnocení | 4.57/5 Celkem 7 Hodnocení |
Vývojář | Memento SRLS |
Typ Platby | free |
Webové stránky Rozšíření | https://play.google.com/store/apps/developer?id=Memento+SRLS |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon16.png", "default_name": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*.wikipedia.org\/" ], "background": { "scripts": [ "background.js" ] } } |