Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Co je Talk to Type?
Talk to Type je rozšíření Chrome vyvinuté Codinglastnight, a jeho hlavní funkcí je „Type to Talk can help you type with your voice. Forget typing forever.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Talk to Type
Stáhněte si soubory rozšíření Talk to Type ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
Oficiální URL | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Popis | Type to Talk can help you type with your voice. Forget typing forever. |
Velikost souboru | 206 KB |
Počet instalací | 1,000 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2018-08-31 |
Datum Vydání | 2018-08-31 |
Hodnocení | 2.71/5 Celkem 7 Hodnocení |
Vývojář | Codinglastnight |
Typ Platby | free |
Podporované Jazyky | 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" } } |