Readable Wikipedia
Enhacements to wikipedia to increase its readability.
What is Readable Wikipedia?
Readable Wikipedia is a Chrome extension developed by Nick Rowe, and its main feature is "Enhacements to wikipedia to increase its readability.".
Extension Screenshots
Download Readable Wikipedia Extension CRX File
Download Readable Wikipedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | imoddojnfpdkpfiipadaibjplddaneka |
| Official URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
| Description | Enhacements to wikipedia to increase its readability. |
| File Size | 549 KB |
| Installation Count | 2,000 |
| Current Version | 1.7 |
| Last Updated | 2013-07-10 |
| Publish Date | 2013-07-10 |
| Rating | 3.63/5 Total 52 Ratings |
| Developer | Nick Rowe |
| Payment Type | free |
| Extension Website | http://labs.dcxn.com/wikipedia-readability/ |
| Supported Languages | 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\/*"
]
} | |