Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Was ist Readable Wikipedia?
Readable Wikipedia ist eine Chrome-Erweiterung, die von Nick Rowe entwickelt wurde, und ihr Hauptmerkmal ist "Enhacements to wikipedia to increase its readability.".
Erweiterungsscreenshots
Readable Wikipedia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Readable Wikipedia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
Offizielle URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
Beschreibung | Enhacements to wikipedia to increase its readability. |
Dateigröße | 549 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.7 |
Letztes Update | 2013-07-10 |
Veröffentlichungsdatum | 2013-07-10 |
Bewertung | 3.63/5 Insgesamt 52 Bewertungen |
Entwickler | Nick Rowe |
Zahlungsart | free |
Erweiterungswebsite | http://labs.dcxn.com/wikipedia-readability/ |
Unterstützte Sprachen | 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\/*" ] } |