OldWikiStyle
Return Wikipedia to the old layout
什么是OldWikiStyle?
OldWikiStyle是由doma_itachi开发的Chrome扩展程序,该扩展的主要功能是“Return Wikipedia to the old layout”。
扩展截图
下载OldWikiStyle扩展crx文件
下载OldWikiStyle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Revert Wikipedia's new layout back to the old layout
Automatically add ?useskin=vector to Wikipedia URLs 扩展基本信息
| 名称 | |
| ID | gejekhdkoecjahdppiopimcelcmibgan |
| 官方URL | https://chromewebstore.google.com/detail/oldwikistyle/gejekhdkoecjahdppiopimcelcmibgan |
| 简介 | Return Wikipedia to the old layout |
| 文件大小 | 4.03 MB |
| 安装次数 | 97 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-07-13 |
| 上架时间 | 2022-07-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | doma_itachi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/doma-itachi/OldWikiStyle |
| 帮助页面URL | https://twitter.com/itachi_yukari |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OldWikiStyle",
"version": "1.0.0",
"manifest_version": 3,
"description": "__MSG_ext_desc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "OldWikiStyle",
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "ruleset.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.wikipedia.org\/*"
]
} | |