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
官方網址 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
電子郵箱 [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"
    }
}