WikiReader: Wikipedia Simplified

Get what you need from Wikipedia with a simple and beautiful interface.

WikiReader: Wikipedia Simplifiedとは何ですか?

WikiReader: Wikipedia SimplifiedはLillian Chenによって開発されたChromeの拡張機能で、その主な機能は「Get what you need from Wikipedia with a simple and beautiful interface.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Made for users who primarily aim to retrieve quick and digestible information from Wikipedia, WikiReader introduces a clean and distraction-free interface that adapts to any format without adding complicated tools or requiring any change in behavior from the traditional Wikipedia platform.

Upcoming Features
- clean Main Page as a quick daily news digest
- add fixed icon to scroll back up to table of contents
- user customization on font size, color scheme, etc
- media gallery

If you notice anything you think I should fix, send it to [email protected].                    

拡張機能の基本情報

名前 WikiReader: Wikipedia Simplified WikiReader: Wikipedia Simplified
ID jmhkjngkhknhjmanjmaljpaigdinhdcf
公式URL https://chromewebstore.google.com/detail/wikireader-wikipedia-simp/jmhkjngkhknhjmanjmaljpaigdinhdcf
説明 Get what you need from Wikipedia with a simple and beautiful interface.
ファイルサイズ 133 KB
インストール数 89
現在のバージョン 1.5
最終更新日 2017-09-15
公開日 2017-09-15
評価 4.33/5 合計 3 レビュー
開発者 Lillian Chen
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "33",
    "name": "WikiReader: Wikipedia Simplified",
    "short_name": "WikiReader",
    "description": "Get what you need from Wikipedia with a simple and beautiful interface.",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "WikiReader"
    },
    "background": {
        "scripts": [
            "dist\/js\/jquery.min.js",
            "dist\/js\/background.min.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "dist\/css\/wiki.min.css"
            ],
            "js": [
                "dist\/js\/jquery.min.js",
                "dist\/js\/wiki.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/fonts\/*.woff2",
        "dist\/img\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}