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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adlerzei และคุณลักษณะหลักของมันคือ "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old Wiki

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}