Better Read

Use Better Read to read more quickly and efficiently!

Cos'è Better Read?

Better Read è un'estensione di Chrome sviluppata da https://devanshu.xyz, e la sua funzione principale è "Use Better Read to read more quickly and efficiently!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better Read

Scarica i file di estensione Better Read 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

                        Enhance Your Web Reading Experience!

Better Read bolds the first half of words on webpages. This emphasizes beginnings, boosting reading speed and focus, guiding you through content efficiently.

Control your experience with adjustable settings. Choose boldness for your comfort and pace. Pick word spacing - seamless or gapped - refining comprehension and speed. You can even personalize text color to suit your taste.

1. Quicker Reading: Bolded starts hasten text scanning, enhancing reading speed.
2. Tailored Experience: Adjust boldness, spacing, and text color to your style.
3. Accessibility: Beneficial for speed and reading challenges.
4. Effortless Integration: Enhances all pages without manual activation.

Unleash accelerated reading with Better Read. Install now for an elevated reading experience!                    

Informazioni di Base sull'Estensione

Nome Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
URL Ufficiale https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
Descrizione Use Better Read to read more quickly and efficiently!
Dimensione del File 13.28 KB
Conteggio Installazioni 94
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2023-09-17
Data di Pubblicazione 2023-06-12
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://devanshu.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://devanshu.xyz/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Read",
    "description": "Use Better Read to read more quickly and efficiently!",
    "author": "Devanshu Sen Pandey",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Better Read"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}