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 |
| Eメール | [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\/*"
]
} | |