Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Wat is Readable Wikipedia?
Readable Wikipedia is een Chrome-extensie ontwikkeld door Nick Rowe, en de belangrijkste functie is "Enhacements to wikipedia to increase its readability.".
Extensie Screenshots
Download het CRX-bestand van de extensie Readable Wikipedia
Download Readable Wikipedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
Officiële URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
Beschrijving | Enhacements to wikipedia to increase its readability. |
Bestandsgrootte | 549 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2013-07-10 |
Publicatiedatum | 2013-07-10 |
Beoordeling | 3.63/5 Totaal 52 Beoordelingen |
Ontwikkelaar | Nick Rowe |
Betalingswijze | free |
Extensiewebsite | http://labs.dcxn.com/wikipedia-readability/ |
Ondersteunde Talen | 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\/*" ] } |