Wiki Redirect
Language and mobile to desktop redirection on Wikipedia pages.
Co to jest Wiki Redirect?
Wiki Redirect to rozszerzenie Chrome opracowane przez Memento SRLS, a jego główną funkcją jest „Language and mobile to desktop redirection on Wikipedia pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wiki Redirect
Pobierz pliki rozszerzeń Wiki Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Wiki Redirect |
ID | oenahiaeppiepibbmfpadomieekgbmbb |
Oficjalny URL | https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb |
Opis | Language and mobile to desktop redirection on Wikipedia pages. |
Rozmiar pliku | 50.83 KB |
Liczba instalacji | 393 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-09-30 |
Data Publikacji | 2014-09-30 |
Ocena | 4.57/5 Łącznie 7 Oceny |
Deweloper | Memento SRLS |
Typ Płatności | free |
Strona Rozszerzenia | https://play.google.com/store/apps/developer?id=Memento+SRLS |
Obsługiwane Języki | 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" ] } } |