Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
What is Talk to Type?
Talk to Type is a Chrome extension developed by Codinglastnight, and its main feature is "Type to Talk can help you type with your voice. Forget typing forever.".
Extension Screenshots
Download Talk to Type Extension CRX File
Download Talk to Type extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
Official URL | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Description | Type to Talk can help you type with your voice. Forget typing forever. |
File Size | 206 KB |
Installation Count | 1,000 |
Current Version | 0.0.0.1 |
Last Updated | 2018-08-31 |
Publish Date | 2018-08-31 |
Rating | 2.71/5 Total 7 Ratings |
Developer | Codinglastnight |
Payment Type | free |
Supported Languages | 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" } } |