Let Me Read

Provides a distraction free reading.

¿Qué es Let Me Read?

Let Me Read es una extensión de Chrome desarrollada por Kushagra Gour, y su función principal es "Provides a distraction free reading.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Let Me Read

Descarga archivos de extensión Let Me Read en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Let Me Read Let Me Read
ID ejmgdmocbicjpgcnfoonmbbfcllcnkaa
URL Oficial https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa
Descripción Provides a distraction free reading.
Tamaño del Archivo 12.47 KB
Cantidad de Instalaciones 67
Versión Actual 1.1
Última Actualización 2013-08-11
Fecha de Publicación 2013-08-11
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Kushagra Gour
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/chinchang/let-me-read
URL de la Página de Ayuda https://github.com/chinchang/let-me-read
Idiomas Soportados 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:\/\/*\/*"
    ]
}