Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Vad är Talk to Type?
Talk to Type är en Chrome-tillägg utvecklad av Codinglastnight, och dess huvudfunktion är "Type to Talk can help you type with your voice. Forget typing forever.".
Tilläggsskärmbilder
Ladda ner Talk to Type-förlängningens CRX-fil
Ladda ner Talk to Type-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
Officiell webbadress | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Beskrivning | Type to Talk can help you type with your voice. Forget typing forever. |
Filstorlek | 206 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2018-08-31 |
Publiceringsdatum | 2018-08-31 |
Betyg | 2.71/5 Totalt 7 Betyg |
Utvecklare | Codinglastnight |
Betalningssätt | free |
Stödda Språk | 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" } } |