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 擴展基本資訊
| 名稱 | |
| ID | oenahiaeppiepibbmfpadomieekgbmbb |
| 官方網址 | 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"
]
}
} | |