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 |
| 官方網址 | 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\/*"
]
} | |