Wiki Reader

Adjusts Formatting of Wiki Pages for better readability

Wiki Readerとは何ですか?

Wiki ReaderはJohnbubleによって開発されたChromeの拡張機能で、その主な機能は「Adjusts Formatting of Wiki Pages for better readability」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This Chrome Extension modifies wikipedia webpages to:
- limit the horizontal space
- turn the page to dark mode
for better readability, especially on large screens.

No tracking, no ads.                    

拡張機能の基本情報

名前 Wiki Reader Wiki Reader
ID jdkaiipcpgdgbbiepihiggaflgipbnhb
公式URL https://chromewebstore.google.com/detail/wiki-reader/jdkaiipcpgdgbbiepihiggaflgipbnhb
説明 Adjusts Formatting of Wiki Pages for better readability
ファイルサイズ 42.25 KB
インストール数 110
現在のバージョン 0.4
最終更新日 2020-09-21
公開日 2020-07-05
評価 5.00/5 合計 4 レビュー
開発者 Johnbuble
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/OlJohnny/Wiki-Reader
ヘルプページのURL https://github.com/OlJohnny/Wiki-Reader/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki Reader",
    "description": "Adjusts Formatting of Wiki Pages for better readability",
    "author": "Johnbuble",
    "version": "0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Wiki Reader",
        "default_icon": {
            "38": "icons\/icon_38.png",
            "19": "icons\/icon_19.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "run-at": "document_start",
            "css": [
                "content.css"
            ]
        }
    ]
}