Legacy Wikipedia

Forces various old layouts of Wikipedia

Legacy Wikipediaとは何ですか?

Legacy Wikipediaはemyによって開発されたChromeの拡張機能で、その主な機能は「Forces various old layouts of Wikipedia」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a simple addon that forces various older layouts on Wikipedia.                    

拡張機能の基本情報

名前 Legacy Wikipedia Legacy Wikipedia
ID hicopjpgmpodjhhddlgmjnincebphfaa
公式URL https://chromewebstore.google.com/detail/legacy-wikipedia/hicopjpgmpodjhhddlgmjnincebphfaa
説明 Forces various old layouts of Wikipedia
ファイルサイズ 26.06 KB
インストール数 61
現在のバージョン 1.0.21
最終更新日 2023-04-22
公開日 2023-01-29
評価 5.00/5 合計 1 レビュー
開発者 emy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sixem/legacy-wikipedia
ヘルプページのURL https://github.com/sixem/legacy-wikipedia
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legacy Wikipedia",
    "description": "Forces various old layouts of Wikipedia",
    "author": "emy",
    "manifest_version": 3,
    "version": "1.0.21",
    "homepage_url": "https:\/\/github.com\/sixem\/legacy-wikipedia",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/w\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webNavigation"
    ]
}