Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Readable Wikipediaとは何ですか?
Readable WikipediaはNick Roweによって開発されたChromeの拡張機能で、その主な機能は「Enhacements to wikipedia to increase its readability.」です。
拡張機能のスクリーンショット
Readable Wikipedia拡張機能のCRXファイルをダウンロード
Readable Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.
拡張機能の基本情報
名前 | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
公式URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
説明 | Enhacements to wikipedia to increase its readability. |
ファイルサイズ | 549 KB |
インストール数 | 2,000 |
現在のバージョン | 1.7 |
最終更新日 | 2013-07-10 |
公開日 | 2013-07-10 |
評価 | 3.63/5 合計 52 レビュー |
開発者 | Nick Rowe |
支払い方法 | free |
拡張機能のウェブサイト | http://labs.dcxn.com/wikipedia-readability/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Wikipedia", "version": "1.7", "manifest_version": 2, "description": "Enhacements to wikipedia to increase its readability.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "readable.css" ], "js": [ "jquery.js", "jquery.hotkeys.js", "enhancements.js" ] } ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "images\/desktop.png", "images\/mobile.gif" ], "permissions": [ "tabs", "*:\/\/*.wikipedia.org\/wiki\/*" ] } |