Easy Reader

Making it easy to be a great reader

Cos'è Easy Reader?

Easy Reader è un'estensione di Chrome sviluppata da https://easyreader.pro, e la sua funzione principale è "Making it easy to be a great reader".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Reader

Scarica i file di estensione Easy Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ⚡️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.                    

Informazioni di Base sull'Estensione

Nome Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
URL Ufficiale https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
Descrizione Making it easy to be a great reader
Dimensione del File 233 KB
Conteggio Installazioni 46
Versione Corrente 1.4.1
Ultimo Aggiornamento 2022-08-31
Data di Pubblicazione 2021-07-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://easyreader.pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.easyreader.pro
URL della Pagina di Aiuto https://www.read4speed.com/privacy-policy
URL della Pagina della Politica sulla Privacy http://triforcetodos.com/privacy-policy
Lingue Supportate 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"
    }
}