text reader: Convert text to voice easily
Convert text to voice and Read any page out loud easily, with different languages.
Qu'est-ce que text reader: Convert text to voice easily ?
text reader: Convert text to voice easily est une extension Chrome développée par https://seo-arabic.com, et sa fonction principale est "Convert text to voice and Read any page out loud easily, with different languages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension text reader: Convert text to voice easily
Téléchargez les fichiers d'extension text reader: Convert text to voice easily 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
text-to-speech, many languages It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second. This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.
Informations de Base sur l'Extension
Nom | text reader: Convert text to voice easily |
ID | cjabnnkddmpafmfoeonnkmlhjiceniii |
URL Officiel | https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii |
Description | Convert text to voice and Read any page out loud easily, with different languages. |
Taille du Fichier | 965 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-10-12 |
Date de Publication | 2021-10-12 |
Développeur | https://seo-arabic.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://seo-arabic.com/ |
URL de la Page d'Aide | https://seo-arabic.com/ |
URL de la Page de Politique de Confidentialité | https://maaloma.tech/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "text reader: Convert text to voice easily", "version": "1.1.0", "description": "Convert text to voice and Read any page out loud easily, with different languages.", "icons": { "16": "images\/icon160.png", "48": "images\/icon480.png", "128": "images\/icon1280.png" }, "browser_action": { "default_icon": { "19": "images\/icon190.png", "38": "images\/icon380.png" }, "default_title": "text reader", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] } } |