Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
什么是Talk to Type?
Talk to Type是由Codinglastnight开发的Chrome扩展程序,该扩展的主要功能是“Type to Talk can help you type with your voice. Forget typing forever.”。
扩展截图
下载Talk to Type扩展crx文件
下载Talk to Type扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
官方URL | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
简介 | Type to Talk can help you type with your voice. Forget typing forever. |
文件大小 | 206 KB |
安装次数 | 1,000 |
当前版本 | 0.0.0.1 |
更新时间 | 2018-08-31 |
上架时间 | 2018-08-31 |
评分 | 2.71/5 共7次评分 |
开发者 | Codinglastnight |
付费类型 | free |
支持的语言 | 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" } } |