Selected text to speech

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

Qu'est-ce que Selected text to speech ?

Selected text to speech est une extension Chrome développée par https://funfuni.com, et sa fonction principale est "With this extension, you can speech to the selected text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Selected text to speech

Téléchargez les fichiers d'extension Selected text to speech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
URL Officiel https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Description With this extension, you can speech to the selected text.
Taille du Fichier 15.43 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-27
Date de Publication 2022-01-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://funfuni.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.funfuni.com/
URL de la Page d'Aide https://funfuni.com/contact-us/
URL de la Page de Politique de Confidentialité https://www.funfuni.com/privacy-policy
Langues Prises en Charge 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"
}