ReadText (Text to Speech) by MagicLabs

Single-click text-to-speech magic directly in your browser. Multi-task and customize in 30+ languages, effortlessly and for free.

Τι είναι το ReadText (Text to Speech) by MagicLabs;

Το ReadText (Text to Speech) by MagicLabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://readtextonline.com, και η κύρια λειτουργία του είναι "Single-click text-to-speech magic directly in your browser. Multi-task and customize in 30+ languages, effortlessly and for free.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ReadText (Text to Speech) by MagicLabs

Λήψη αρχείων επέκτασης ReadText (Text to Speech) by MagicLabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Struggling to balance work emails, trending articles, and that eBook you've been meaning to finish? Transform your Chrome into a personal reading assistant with ReadText!

➤ Get new voices at no cost!

You can acquire new voices, languages, and accents for your operating system without charge, courtesy of sources such as Microsoft, Apple, and Google. Once installed correctly, ReadText will automatically recognize them.

☑ Windows 11: Navigate to Settings → Time & Language → Language & Region
☑ Windows 10: Navigate to Settings → Time & Language → Language
☑ macOS: Go to System Preferences → Accessibility → Speech → System voice → Customize...
☑ ChromeOS: Access Settings → Manage accessibility features → Text-to-Speech voice settings → Speech Engines


** Why ReadText is a Game-Changer **

➤ Multi-Task Like a Pro: Highlight text, and a control panel pops up instantly. Switch between your news article and work email without missing a beat.

➤ Your Sound, Your Rules: Customize voice speed and pitch on the fly. Make your listening experience uniquely yours.

➤ Speak Your Language: With 30+ languages and 100+ accents, we're as global as you are.

➤ Absolutely Free: Enjoy an ad-free, premium experience without ever reaching for your wallet.

➤ Privacy First: We don't know who you are, and we like it that way.


>> Download ReadText today and reclaim your time, because life’s too short for endless scrolling. :P

>> This is our initial stable release. We're actively developing more features and functionalities. Feel free to submit support tickets or feature requests—we prioritize them ASAP.                    

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

Όνομα ReadText (Text to Speech) by MagicLabs ReadText (Text to Speech) by MagicLabs
ID nbponmdleleejbojmgdcfbihmndlalle
Επίσημο URL https://chromewebstore.google.com/detail/readtext-text-to-speech-b/nbponmdleleejbojmgdcfbihmndlalle
Περιγραφή Single-click text-to-speech magic directly in your browser. Multi-task and customize in 30+ languages, effortlessly and for free.
Μέγεθος Αρχείου 101 KB
Αριθμός Εγκαταστάσεων 176
Τρέχουσα Έκδοση 1.6.1
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2023-09-27
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://readtextonline.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadText (Text to Speech) by MagicLabs",
    "version": "1.6.1",
    "description": "Single-click text-to-speech magic directly in your browser. Multi-task and customize in 30+ languages, effortlessly and for free.",
    "permissions": [
        "activeTab",
        "tts",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon48.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_security_policy": []
}