TextSpeecher : Text to Speech

Turns any selected text into a pleasant voice. Listen instead of reading!

Τι είναι το TextSpeecher : Text to Speech;

Το TextSpeecher : Text to Speech είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Text Speecher, και η κύρια λειτουργία του είναι "Turns any selected text into a pleasant voice. Listen instead of reading!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης TextSpeecher : Text to Speech

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

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

                        Discover TextSpeecher, a handy tool that transforms webpage text into audio using text-to-speech (TTS) technology. It's compatible with a wide range of websites, including news platforms, blogs, fan fiction sites, publications, textbooks, school portals, and online university course materials.

TextSpeecher provides the flexibility to choose from various text-to-speech voices, including those natively available in your browser.

Not only can TextSpeecher read web content, but it's also capable of tackling PDFs, Google Docs, Google Play books, Amazon Kindle, and EPUB files.

This nifty tool caters to individuals who prefer listening to content rather than reading it. It's especially beneficial for those with dyslexia, other learning disabilities, and children who are in the process of learning to read.

Using TextSpeecher is a breeze. Simply navigate to the webpage you want to "listen" to, select the text you wish to hear, and click the TextSpeecher icon that appears nearby. A compact player will pop up in your browser window, offering options to start, pause, or stop playback.

If you'd like to customize your experience, you can change the voice, adjust the reading speed and pitch, or enable text highlighting. Access these settings by clicking the Gear button on the extension popup (note that you need to stop playback to see the Gear button).                    

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

Όνομα TextSpeecher : Text to Speech TextSpeecher : Text to Speech
ID ofpofjdkohlmhjppphilpcpjgfenenja
Επίσημο URL https://chromewebstore.google.com/detail/textspeecher-text-to-spee/ofpofjdkohlmhjppphilpcpjgfenenja
Περιγραφή Turns any selected text into a pleasant voice. Listen instead of reading!
Μέγεθος Αρχείου 152 KB
Αριθμός Εγκαταστάσεων 646,653
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2023-10-23
Αξιολόγηση 3.95/5 Συνολικά 84 Αξιολογήσεις
Προγραμματιστής Text Speecher
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1bSBYp7C9hhs_T4ZIG3ZRSsC_z2NZYVKNU8lwGiNjzmg/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "0.1.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": "images\/icon_32.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset-1",
                "enabled": true,
                "path": "rules-1.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest",
        "activeTab",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/click_icon.png",
                "images\/close_white.png",
                "images\/icon_24.png",
                "images\/pause_btn.png",
                "images\/play_btn.png",
                "js\/speech-initializer.js",
                "images\/stop_btn.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}