Zen Reading
Provide a nice and clean reading experience for any web article.
Qu'est-ce que Zen Reading ?
Zen Reading est une extension Chrome développée par https://www.nclsmitchell.com, et sa fonction principale est "Provide a nice and clean reading experience for any web article.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zen Reading
Téléchargez les fichiers d'extension Zen Reading au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
New features coming soon. Latest update: - Adding the possibility to swtich on/off without page reload - New active icon
Informations de Base sur l'Extension
Nom | Zen Reading |
ID | jbijaekkhbdedopipdoepignpolobenj |
URL Officiel | https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj |
Description | Provide a nice and clean reading experience for any web article. |
Taille du Fichier | 38.48 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2015-10-29 |
Date de Publication | 2015-10-29 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | https://www.nclsmitchell.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |