Let Me Read
Provides a distraction free reading.
Qu'est-ce que Let Me Read ?
Let Me Read est une extension Chrome développée par Kushagra Gour, et sa fonction principale est "Provides a distraction free reading.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Let Me Read
Téléchargez les fichiers d'extension Let Me Read 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
Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading? "Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment. Just click the extension icon and get ready to focus on the content you want to read. Simple! Currently supported websites: 1. Facebook 2. Smashing Magazine 3. Wikipedia 4. CSS-Tricks 5. Tutsplus 6. .net Magazine 7. WebdesignerDepot 8. Noupe Have a website which is not listed above? Let me know in the comments and I'll add support for it also. This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read Have fun reading!
Informations de Base sur l'Extension
Nom | |
ID | ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
URL Officiel | https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
Description | Provides a distraction free reading. |
Taille du Fichier | 12.47 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-08-11 |
Date de Publication | 2013-08-11 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | Kushagra Gour |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/chinchang/let-me-read |
URL de la Page d'Aide | https://github.com/chinchang/let-me-read |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Read", "version": "1.1", "manifest_version": 2, "description": "Provides a distraction free reading.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |