Selected text to speech

With this extension, you can speech to the selected text.

Τι είναι το Selected text to speech;

Το Selected text to speech είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://funfuni.com, και η κύρια λειτουργία του είναι "With this extension, you can speech to the selected text.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Selected text to speech

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

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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

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

Όνομα Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Επίσημο URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Περιγραφή With this extension, you can speech to the selected text.
Μέγεθος Αρχείου 15.43 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-01-27
Ημερομηνία Δημοσίευσης 2022-01-27
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://funfuni.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.funfuni.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://funfuni.com/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://www.funfuni.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}