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 |
| 公式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"
]
}
} | |