Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Co to jest Readable Wikipedia?
Readable Wikipedia to rozszerzenie Chrome opracowane przez Nick Rowe, a jego główną funkcją jest „Enhacements to wikipedia to increase its readability.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Readable Wikipedia
Pobierz pliki rozszerzeń Readable Wikipedia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
Oficjalny URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
Opis | Enhacements to wikipedia to increase its readability. |
Rozmiar pliku | 549 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2013-07-10 |
Data Publikacji | 2013-07-10 |
Ocena | 3.63/5 Łącznie 52 Oceny |
Deweloper | Nick Rowe |
Typ Płatności | free |
Strona Rozszerzenia | http://labs.dcxn.com/wikipedia-readability/ |
Obsługiwane Języki | 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\/*" ] } |