Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

Τι είναι το Text to Speech Extension - Panopreter.com;

Το Text to Speech Extension - Panopreter.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Panopreter Software, και η κύρια λειτουργία του είναι "Read web page text out with natural voices.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Text to Speech Extension - Panopreter.com

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

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

                        Text-to-Speech extension by Panopreter is an easy to use tool to read the web page content out. Just click on the pop up menu, the selected text or all the text on the web page will be read out wit natural sounding voices installed on your Windows computer, the speech synthesis occurs locally on your computer and the text is never sent to the internet. Users can pause or resume the speech, adjust the volume and speed of the speech.

Here is the detail for installing the text to speech add-on for Chrome web browser: https://www.panopreter.com/en/products/panopreter/browseraddon.php                    

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

Όνομα Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID cecojkjmobemfncphcnoenmnfjjcfpoh
Επίσημο URL https://chromewebstore.google.com/detail/text-to-speech-extension/cecojkjmobemfncphcnoenmnfjjcfpoh
Περιγραφή Read web page text out with natural voices.
Μέγεθος Αρχείου 63.64 KB
Αριθμός Εγκαταστάσεων 469
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2022-01-04
Ημερομηνία Δημοσίευσης 2022-01-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Panopreter Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.panopreter.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.panopreter.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,es,it,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameInManifest__",
    "description": "__MSG_descriptionInManifest__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "nativeMessaging",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.panopreter.com"
}