Old Wiki

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

Old Wiki là gì?

Old Wiki là một tiện ích mở rộng Chrome được phát triển bởi adlerzei, và tính năng chính của nó là "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Old Wiki

Tải xuống các tệp mở rộng Old Wiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Old Wiki Old Wiki
ID cphagceemhgokfclmbnkpfkmchbfnclb
URL Chính Thức https://chromewebstore.google.com/detail/old-wiki/cphagceemhgokfclmbnkpfkmchbfnclb
Mô tả Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages.
Kích Thước Tệp 18.56 KB
Số Lần Cài Đặt 2,646
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-02-06
Ngày Phát Hành 2023-01-22
Đánh Giá 4.92/5 Tổng số 25 Đánh Giá
Nhà Phát Triển adlerzei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adlerzei/old-wiki
URL Trang Trợ Giúp https://github.com/adlerzei/old-wiki/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}