m-wiki
Automatically redirects Wikipedia to the mobile version.
什麼是m-wiki?
m-wiki是由Jathu Satkunarajah開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirects Wikipedia to the mobile version.”。
擴展截圖
下載m-wiki擴展crx文件
下載m-wiki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users. 擴展基本資訊
| 名稱 | |
| ID | ibnmikddaopgfbbngcgcfmanjfgbcopf |
| 官方網址 | https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf |
| 簡介 | Automatically redirects Wikipedia to the mobile version. |
| 檔案大小 | 994 KB |
| 安裝次數 | 673 |
| 目前版本 | 2.1 |
| 更新時間 | 2016-12-22 |
| 上架時間 | 2016-12-22 |
| 評分 | 4.97/5 共 29 次評分 |
| 開發者 | Jathu Satkunarajah |
| 付費類型 | free |
| 擴展官網 | https://github.com/jathu/m-wiki |
| 說明頁面URL | https://github.com/jathu/m-wiki |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "m-wiki",
"description": "Automatically redirects Wikipedia to the mobile version.",
"author": "Jathu Satkunarajah",
"version": "2.1",
"permissions": [
"http:\/\/*.wikipedia.org\/wiki\/*",
"https:\/\/*.wikipedia.org\/wiki\/*"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"http:\/\/*.wikipedia.org\/wiki\/*",
"https:\/\/*.wikipedia.org\/wiki\/*"
],
"css": [
"style.css"
],
"js": [
"script.js"
]
}
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |