Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Qu'est-ce que Talk to Type ?
Talk to Type est une extension Chrome développée par Codinglastnight, et sa fonction principale est "Type to Talk can help you type with your voice. Forget typing forever.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talk to Type
Téléchargez les fichiers d'extension Talk to Type 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
This an amazing chrome plugin which will let you forget “Typing” forever. Why type anymore when you can just speak to your computer and it will type for you. Just allow microphone permission for the web page to enable this feature. Features: -Handles your typing with your voice. -Fasten up your content writing.
Informations de Base sur l'Extension
Nom | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
URL Officiel | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Description | Type to Talk can help you type with your voice. Forget typing forever. |
Taille du Fichier | 206 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2018-08-31 |
Date de Publication | 2018-08-31 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | Codinglastnight |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talk to Type", "version": "0.0.0.1", "description": "Type to Talk can help you type with your voice. Forget typing forever.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": ".\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "activeTab", "*:\/\/*.google.com\/" ], "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" } } |