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.
扩展基本信息
名称 | wiki-zh-default |
ID | eihdajnnlmbmikdacefleogdjmlelkok |
官方URL | 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*" ] } |