Laz-eReader

This extension reads the current page

Co je Laz-eReader?

Laz-eReader je rozšíření Chrome vyvinuté QuickCode, a jeho hlavní funkcí je „This extension reads the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Laz-eReader

Stáhněte si soubory rozšíření Laz-eReader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        We developed Laz-eReader to give the user the ability to consume article-based media without needing to read. You can listen to the contents of any article on the web as our extension reads to you-- without the distraction of ads or suggested stories that fill the page, and without eye strain in long browsing sessions.

    Simply open the article you want to have read to you, click on the extension in the upper-right corner and click “READ” and both the title and the contents of the article will be read aloud. Our website (and extension) also have the functionality to read a text file that you provide in the same fashion.                    

Základní Informace o Rozšíření

Název Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
Oficiální URL https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Popis This extension reads the current page
Velikost souboru 29.61 KB
Počet instalací 205
Aktuální Verze 2.0
Poslední Aktualizace 2017-04-08
Datum Vydání 2017-04-08
Vývojář QuickCode
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laz-eReader",
    "description": "This extension reads the current page",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "responsive-voice.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/www.mercury.postlight.com\/*"
    ]
}