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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the Wikipedia user interface to the beautiful old vector layout. Is also applied to the other international Wikimedia pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Old Wiki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}