Zen Reading
Provide a nice and clean reading experience for any web article.
Co to jest Zen Reading?
Zen Reading to rozszerzenie Chrome opracowane przez https://www.nclsmitchell.com, a jego główną funkcją jest „Provide a nice and clean reading experience for any web article.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zen Reading
Pobierz pliki rozszerzeń Zen Reading 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
New features coming soon. Latest update: - Adding the possibility to swtich on/off without page reload - New active icon
Podstawowe informacje o rozszerzeniu
Nazwa | Zen Reading |
ID | jbijaekkhbdedopipdoepignpolobenj |
Oficjalny URL | https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj |
Opis | Provide a nice and clean reading experience for any web article. |
Rozmiar pliku | 38.48 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.1.6 |
Ostatnia Aktualizacja | 2015-10-29 |
Data Publikacji | 2015-10-29 |
Ocena | 2.00/5 Łącznie 2 Oceny |
Deweloper | https://www.nclsmitchell.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zen Reading", "description": "Provide a nice and clean reading experience for any web article.", "version": "1.1.6", "browser_action": { "default_icon": "icon-zen-reading.png", "name": "Click to Zen Mode" }, "background": { "scripts": [ "zen-reading-background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "zen-reading.css" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "activeTab" ] } |