Wiki Redirect
Language and mobile to desktop redirection on Wikipedia pages.
什么是Wiki Redirect?
Wiki Redirect是由Memento SRLS开发的Chrome扩展程序,该扩展的主要功能是“Language and mobile to desktop redirection on Wikipedia pages.”。
扩展截图
下载Wiki Redirect扩展crx文件
下载Wiki Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Wiki Redirect |
ID | oenahiaeppiepibbmfpadomieekgbmbb |
官方URL | https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb |
简介 | Language and mobile to desktop redirection on Wikipedia pages. |
文件大小 | 50.83 KB |
安装次数 | 393 |
当前版本 | 1.1 |
更新时间 | 2014-09-30 |
上架时间 | 2014-09-30 |
评分 | 4.57/5 共7次评分 |
开发者 | Memento SRLS |
付费类型 | free |
扩展官网 | https://play.google.com/store/apps/developer?id=Memento+SRLS |
支持的语言 | 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" ] } } |