Zen Reading
Provide a nice and clean reading experience for any web article.
What is Zen Reading?
Zen Reading is a Chrome extension developed by https://www.nclsmitchell.com, and its main feature is "Provide a nice and clean reading experience for any web article.".
Extension Screenshots
Download Zen Reading Extension CRX File
Download Zen Reading 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
New features coming soon. Latest update: - Adding the possibility to swtich on/off without page reload - New active icon
Extension Basic Information
Name | Zen Reading |
ID | jbijaekkhbdedopipdoepignpolobenj |
Official URL | https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj |
Description | Provide a nice and clean reading experience for any web article. |
File Size | 38.48 KB |
Installation Count | 25 |
Current Version | 1.1.6 |
Last Updated | 2015-10-29 |
Publish Date | 2015-10-29 |
Rating | 2.00/5 Total 2 Ratings |
Developer | https://www.nclsmitchell.com |
Payment Type | free |
Supported Languages | 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" ] } |