wiki-zh-default
此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
什麼是wiki-zh-default?
wiki-zh-default是由cthlo開發的Chrome擴展程式,該擴展的主要功能是“此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…”。
擴展截圖
下載wiki-zh-default擴展crx文件
下載wiki-zh-default擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
此擴展可以讓用戶在維基百科上設置默認的中文體系。
This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the hassle of choosing it from the menu every time landing on a Chinese Wikipedia page. 擴展基本資訊
| 名稱 | |
| ID | eihdajnnlmbmikdacefleogdjmlelkok |
| 官方網址 | https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok |
| 簡介 | 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the… |
| 檔案大小 | 3.87 KB |
| 安裝次數 | 67 |
| 目前版本 | 1 |
| 更新時間 | 2014-08-06 |
| 上架時間 | 2014-08-06 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | cthlo |
| 付費類型 | free |
| 支援的語言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "wiki-zh-default",
"version": "1",
"background": {
"scripts": [
"bg.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/zh.wikipedia.org\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/zh.wikipedia.org\/wiki*"
]
} | |