Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Cos'è Talk to Type?
Talk to Type è un'estensione di Chrome sviluppata da Codinglastnight, e la sua funzione principale è "Type to Talk can help you type with your voice. Forget typing forever.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talk to Type
Scarica i file di estensione Talk to Type in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
URL Ufficiale | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Descrizione | Type to Talk can help you type with your voice. Forget typing forever. |
Dimensione del File | 206 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2018-08-31 |
Data di Pubblicazione | 2018-08-31 |
Valutazione | 2.71/5 Totale 7 Valutazioni |
Sviluppatore | Codinglastnight |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |