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 |
官方網址 | 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\/*" ] } |