Better Read

Use Better Read to read more quickly and efficiently!

Τι είναι το Better Read;

Το Better Read είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devanshu.xyz, και η κύρια λειτουργία του είναι "Use Better Read to read more quickly and efficiently!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better Read

Λήψη αρχείων επέκτασης Better Read σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
Επίσημο URL https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
Περιγραφή Use Better Read to read more quickly and efficiently!
Μέγεθος Αρχείου 13.28 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2023-09-17
Ημερομηνία Δημοσίευσης 2023-06-12
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://devanshu.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://devanshu.xyz/
Υποστηριζόμενες Γλώσσες 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"
    ]
}