Old Wiki

Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.

Old Wikiとは何ですか?

Old Wikiはadlerzeiによって開発されたChromeの拡張機能で、その主な機能は「Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Old Wiki拡張機能のCRXファイルをダウンロード

Old Wiki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension simply changes Wikipedia interface to the beautiful old vector layout by adding "?useskin=vector" to the end of each HTTP request. It is also applied to the other international Wikimedia pages.                    

拡張機能の基本情報

名前 Old Wiki Old Wiki
ID cphagceemhgokfclmbnkpfkmchbfnclb
公式URL https://chromewebstore.google.com/detail/old-wiki/cphagceemhgokfclmbnkpfkmchbfnclb
説明 Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.
ファイルサイズ 18.56 KB
インストール数 2,646
現在のバージョン 1.3.0
最終更新日 2023-02-06
公開日 2023-01-22
評価 4.92/5 合計 25 レビュー
開発者 adlerzei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/adlerzei/old-wiki
ヘルプページのURL https://github.com/adlerzei/old-wiki/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.",
    "author": "Christian Zei",
    "manifest_version": 3,
    "name": "Old Wiki",
    "short_name": "OldWiki",
    "homepage_url": "https:\/\/github.com\/adlerzei\/old-wiki#readme",
    "version": "1.3.0",
    "icons": {
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "apply_vector_skin",
                "enabled": true,
                "path": "rules\/apply.json"
            },
            {
                "id": "remove_vector_skin",
                "enabled": false,
                "path": "rules\/remove.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "*:\/\/*.wiktionary.org\/*",
        "*:\/\/*.wikiquote.org\/*",
        "*:\/\/*.wikibooks.org\/*",
        "*:\/\/*.wikisource.org\/*",
        "*:\/\/species.wikimedia.org\/*",
        "*:\/\/*.wikinews.org\/*",
        "*:\/\/*.wikiversity.org\/*",
        "*:\/\/*.wikivoyage.org\/*",
        "*:\/\/commons.wikimedia.org\/*",
        "*:\/\/*.wikidata.org\/*",
        "*:\/\/*.mediawiki.org\/*",
        "*:\/\/meta.wikimedia.org\/*",
        "*:\/\/incubator.wikimedia.org\/*",
        "*:\/\/wikitech.wikimedia.org\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "icons\/logo_32.png",
        "default_title": "Old Wiki",
        "default_popup": "popup\/popup.html"
    }
}