Wiki Redirect
Language and mobile to desktop redirection on Wikipedia pages.
What is Wiki Redirect?
Wiki Redirect is a Chrome extension developed by Memento SRLS, and its main feature is "Language and mobile to desktop redirection on Wikipedia pages.".
Extension Screenshots
Download Wiki Redirect Extension CRX File
Download Wiki Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Wiki Redirect |
ID | oenahiaeppiepibbmfpadomieekgbmbb |
Official URL | https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb |
Description | Language and mobile to desktop redirection on Wikipedia pages. |
File Size | 50.83 KB |
Installation Count | 393 |
Current Version | 1.1 |
Last Updated | 2014-09-30 |
Publish Date | 2014-09-30 |
Rating | 4.57/5 Total 7 Ratings |
Developer | Memento SRLS |
Payment Type | free |
Extension Website | https://play.google.com/store/apps/developer?id=Memento+SRLS |
Supported Languages | 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" ] } } |