Let Me Read

Provides a distraction free reading.

Was ist Let Me Read?

Let Me Read ist eine Chrome-Erweiterung, die von Kushagra Gour entwickelt wurde, und ihr Hauptmerkmal ist "Provides a distraction free reading.".

Erweiterungsscreenshots

screenshot
screenshot

Let Me Read-Erweiterungs-CRX-Datei herunterladen

Laden Sie Let Me Read-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Let Me Read Let Me Read
ID ejmgdmocbicjpgcnfoonmbbfcllcnkaa
Offizielle URL https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa
Beschreibung Provides a distraction free reading.
Dateigröße 12.47 KB
Installationsanzahl 67
Aktuelle Version 1.1
Letztes Update 2013-08-11
Veröffentlichungsdatum 2013-08-11
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Kushagra Gour
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/chinchang/let-me-read
Hilfeseite URL https://github.com/chinchang/let-me-read
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}