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 |
官方網址 | 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" } } |