EasySpeak
This extension will allow users to speak into the website, a new way to interact.
Vad är EasySpeak?
EasySpeak är en Chrome-tillägg utvecklad av jsbbvk, och dess huvudfunktion är "This extension will allow users to speak into the website, a new way to interact.".
Tilläggsskärmbilder
Ladda ner EasySpeak-förlängningens CRX-fil
Ladda ner EasySpeak-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
Visit our website: www.easyspeak.tech This extension will allow you to transform your speech into text that is placed into text areas. Instuctions: Simply select a text field and start the voice recognition to see the magic unfold. Commands: - 'clear slate' - 'delete word' - 'new paragraph' - "Open" + (valid url) - "Buy" + (item queries) - "Search" + (anything) - "Solve" + (anything) - "What is" + (anything) - "Play video" + (anything)
Grundläggande Information om Tillägg
Namn | EasySpeak |
ID | ddjlgapaflfbkfndnhlehildjhegeomk |
Officiell webbadress | https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk |
Beskrivning | This extension will allow users to speak into the website, a new way to interact. |
Filstorlek | 149 KB |
Antal Installationer | 11 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2018-04-26 |
Publiceringsdatum | 2018-04-25 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | jsbbvk |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasySpeak", "description": "This extension will allow users to speak into the website, a new way to interact.", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": [ { "scripts": [ "background.js" ] } ], "content_scripts": [ { "matches": [ " |