Easy Reader

Making it easy to be a great reader

Qu'est-ce que Easy Reader ?

Easy Reader est une extension Chrome développée par https://easyreader.pro, et sa fonction principale est "Making it easy to be a great reader".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy Reader

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

                        ⚡️Transform the way you read onlineRead better, read faster, and read more of what you love with our special technology designed to teach you to be a better reader.
⚡️Save articles on the web to read at your desired speed with a custom style that helps train your eyes to read more efficiently.
⚡️Remember everything you read with tools to help you keep track of your time spent reading.                    

Informations de Base sur l'Extension

Nom Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
URL Officiel https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
Description Making it easy to be a great reader
Taille du Fichier 233 KB
Nombre d'Installations 46
Version Actuelle 1.4.1
Dernière Mise à Jour 2022-08-31
Date de Publication 2021-07-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://easyreader.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.easyreader.pro
URL de la Page d'Aide https://www.read4speed.com/privacy-policy
URL de la Page de Politique de Confidentialité http://triforcetodos.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Reader",
    "description": "Making it easy to be a great reader",
    "version": "1.4.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "651171521300-ggvq2b758fs3ttrgmod6kl2qc10ej1mu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "EasyReader",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "\/images\/main-icon16.png",
            "32": "\/images\/main-icon32.png",
            "48": "\/images\/main-icon48.png",
            "128": "\/images\/main-icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/main-icon16.png",
        "32": "\/images\/main-icon32.png",
        "48": "\/images\/main-icon48.png",
        "128": "\/images\/main-icon128.png"
    }
}