Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Wat is Talk to Type?
Talk to Type is een Chrome-extensie ontwikkeld door Codinglastnight, en de belangrijkste functie is "Type to Talk can help you type with your voice. Forget typing forever.".
Extensie Screenshots
Download het CRX-bestand van de extensie Talk to Type
Download Talk to Type-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
Officiële URL | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Beschrijving | Type to Talk can help you type with your voice. Forget typing forever. |
Bestandsgrootte | 206 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2018-08-31 |
Publicatiedatum | 2018-08-31 |
Beoordeling | 2.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Codinglastnight |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |