Laz-eReader

This extension reads the current page

Qu'est-ce que Laz-eReader ?

Laz-eReader est une extension Chrome développée par QuickCode, et sa fonction principale est "This extension reads the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Laz-eReader

Téléchargez les fichiers d'extension Laz-eReader 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

                        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.                    

Informations de Base sur l'Extension

Nom Laz-eReader Laz-eReader
ID dlaeaiajnbhnmkploalddlanahilegal
URL Officiel https://chromewebstore.google.com/detail/laz-ereader/dlaeaiajnbhnmkploalddlanahilegal
Description This extension reads the current page
Taille du Fichier 29.61 KB
Nombre d'Installations 205
Version Actuelle 2.0
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-08
Développeur QuickCode
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}