extension ExtPose

Speech Recognition Anywhere 365

CRX id

nabkmoilefdjaomjhjbobkklkikooapi-

Description from extension meta

Use Voice Recognition to fill out forms and dictate email with speech to text. Control the Internet with custom voice commands!

Image from store Speech Recognition Anywhere 365
Description from store Speech Recognition Anywhere 365 - Subscription With "Speech Recognition Anywhere" you can control the Internet with your voice. Use voice recognition to fill out forms and write documents on the web! Dictate emails with speech to text! Speech Recognition Anywhere expands the capabilities of the Web Speech API in both Chrome and Edge, in order to allow users to control the Internet or to fill out documents and forms using their voice. A user can use simple voice commands to go to websites or to click on buttons and links. It also works with Google Docs, Microsoft Word online, Gmail, outlook.com and more. Medical professionals use it to fill out web based online medical records. Business professionals use it dictate letters and emails. Custom commands can be created by the user to allow the user to say shortcut phrases that print out a lot of text into a form. NEW! Speech Recognition Anywhere now includes text to speech, custom voice commands and scripting. See seabreezecomputers.com/speech for more information. FREE TRIAL FEATURES: * Browser extension for Chrome or Edge * Choose between dozens of languages and dialects for speech recognition * Dictate emails and online documents * Fill in forms with your voice * Go to the next or previous field with your voice * Go to any web page with your voice * Switch tabs and navigate webpages with your voice * Scroll page up or down * Click on links and buttons with your voice * Cut, Copy, Paste, Clear, Highlight * Say "Show labels" to see labels to buttons on a webpage * Say "Play (name of artist or song)" to play music instantly * Text to Speech (tts) * Three custom voice commands * Scripting FULL FEATURES: * Use Voice Activation Wake Up Phrase: (Examples: 'Ok Google', 'Computer', 'Alexa', 'Hey Siri', 'Hey Cortana') * Start "Speech Recognition Anywhere" when Chrome starts (Always Listening) * Start "Speech Recognition Anywhere" in the background * Submit search fields automatically * Pause "Speech Recognition Anywhere" if audio is playing in a tab * Virtual Assistant Mode * Prevent system from sleeping while "Speech Recognition Anywhere" is listening * Prevent screen from sleeping while "Speech Recognition Anywhere" is listening * Unlimited custom voice commands * Auto Punctuation * Export/Import custom commands NOTE: Extensions are not allowed to work on special chrome:// pages or edge:// pages or the Chrome Web Store or Edge Add-Ons website. Therefore, you will not be able to write a review directly at the Chrome Web Store using your voice. This is a restriction imposed by the browser. It is not a limitation of the extension. TIP: If speech recognition is not working on a specific webpage then you can try (1) refresh the web page or (2) restart your computer. This will often fix the problem. Disclaimer of Warranty: Sea Breeze Computers makes no warranties as to the performance of this product or service. This extension uses the Web Speech API built into some browsers (such as Google's Web Speech API or Microsoft Edge's Web Speech API) for speech recognition, therefore we cannot guarantee the quality or continued operation of the speech recognition service. TERMS OF USE By using this software you agree to the Terms of Use available at http://www.seabreezecomputers.com/speech/terms VERSION HISTORY 7/31/2023 - Version 1.7.14 + Bug Fix: Facebook was deleting the end text if the user edited between words. 6/26/2023 - Version 1.7.13 + Bug Fix: Fixed German "paste" not working. + Added to French: Copier|Couper|Coller. + Added to Japanese: コピー|切り取る|切り 5/10/2023 - Version 1.7.12 + Bug Fix: Websites like Gmail with "Keyboard shortcuts on" were doing keypresses if "Disable Auto Focus on nearest text box when speech is heard" setting is enabled. 5/6/2023 - Version 1.7.11 + Now works with shadowRoot elements such as Bing Chat uses. + No longer converts French "plus" to "+". 4/12/2023 - Version 1.7.9 + Bug Fix: Cannot read properties of undefined (reading 'removeChild') at scrollToCursor (content.js:4896:42) 4/3/2023 - Version 1.7.8 + Bug Fix: script() without a return was printing null. + Slowed down keypresses for keypress() command. 3/17/2023 - Version 1.7.7 + Added French punctuation that Chrome web speech API stopped doing. + Stopped SRA tab from scrolling to and focusing on text box on speech recognition. + Bug Fix: Some languages like Thai were printing each statement twice. + New Setting: Use key presses to send text (Works with some websites that block paste) 3/8/2023 - Version 1.7.6 + On 1/15/2023 Google's Chrome web speech API stopped converting punctuation such as "period", "question mark" and "comma". So now the extension will do the punctuation conversion. + %2C can be used in place of a comma (,) in custom command "actions". They will be converted to a text comma. Or to use a comma in an action you can put it in double quotes. Example: keypress("hello, how are you?"); + Improvements to textbox on SRA tab. 2/12/2023 - Version 1.7.5 The setting 'Pause "Speech Recognition Anywhere" if audio is playing in a tab', now also pauses speech recognition if text to speech (tts) from the Web Speech API is playing. 1/10/2023 - Version 1.7.4 + German: Google's Web Speech API stopped converting "komma" to "," for some reason. So now SRA will do the conversion itself. + Spanish: Changed Help and Support links to link to Spanish versions. 12/25/2022 - Version 1.7.3 + Can now send extra commands to tabs opened in the background with url() action. Example: Phrase: Google (.*?) Action: url(https://www.google.com/search?q=$1, Google, false); speak_element("[aria-level='3']") + More improvements for sentences that use the word "period". 12/10/2022 - Version 1.7.2 + Added Hindi language commands and menus + replace_word() action now works better with words from other languages with letters that are not in the standard English or Latin alphabet. The word boundary is improved. + Previously, in Chrome the word "period" would usually be replaced with "." but now there are more instances where it will stay "period" such as in the sentence: "It was a brief period of time." 10/13/2022 - Version 1.7.0 + Updated to Manifest V3. ATTENTION: Google is requiring developers to update all extensions to Manifest V3. Google's requirements for Manifest V3 may cause some things to not work properly. 9/18/2022 - Version 1.6.13 + CKEditor was putting @ with "New line" and "New paragraph". Fixed. + Improved "New line" and "New paragraph" to work better with Word Online. + Improved "New line" and "New paragraph" to work better with Google Docs. 8/14/2022 - Version 1.6.11 + A few users were not having the words "period" or "full stop" convert to "." so now the extension converts them instead of relying the Web Speech API to do so. + Changed navigation() action to browse() because navigation is a new W3 Javascript window function. 6/29/2022 - Version 1.6.10 + Improved keypress() action to work better with punctuation in a string and more accurate keyCodes. 2/23/2022 - Version 1.6.8 + New speak_element() command that works like querySelectorAll with optional [n]. For example speak_element(img._3c8e[1]) to read outloud WolframAlpha result. + Bug fix: tts will now read text with | (or symbol) in it if it comes from a website, instead of randomizing. 2/13/2022 - Version 1.6.6 + Updated replace_word() action to match non-latin characters better. For example, it will now match spanish "él" and Bulgarian "ухан" in the middle of a phrase. 1/28/2022 - Version 1.6.3 + New Setting: "Disable continuous speech recognition mode (Works better for some users but not for others)" 1/26/2022 - Version 1.6.2 + It now works with Microsoft Edge Chromium. Microsoft is testing speech recognition in Edge so it may have performance issues at various times. Edge automatically adds punctuation to speech. In the Full edition of SRA there is a setting to "Disable Microsoft Edge Chromium Auto Punctuation". 12/31/2021 - Version 1.6.1 + Italian version now displays instructions and menus in Italian. (Italiano) + Now easier in other language versions to change language with voice using English translation of language names. 12/28/2021 - Version 1.6.0 + French version now displays instructions and menus in French (français) 12/22/2021 - Version 1.5.9 + Japanese version now displays instructions and menus in Japanese. (日本語) + Added more commands to Japanese language. 12/16/2021 - Version 1.5.8 + German version now displays instructions and menus in German. (Deutsch) + Improved replace_word() to work better with Spanish accents such as él at the beginning of a sentence. 11/23/2021 - Version 1.5.6 + Spanish version now displays instructions and menus in Spanish. + script() command can now include a return variable to print in a textarea. 11/14/2021 - Version 1.5.5 + Fixed a bug in the command "Go to website.com" in spanish (Ir a) and a few other languages where it was activating without needing the dot (punto). + Added kommatecken (,) for Swedish. 11/6/2021 - Version 1.5.4 + Fixing bugs in scrollToCursor so that it will scroll to the cursor in iFrames (tinyMCE) when it goes below the bottom of the editor window, but hopefully not scroll sideways in some websites as reported by some users. + Improved scroll_it to be able to say, "Scroll menu", "Scroll box" or "Scroll page". 10/13/2021 - Version 1.5.3 + Now you can click on words that use smart apostrophes or curly apostrophes, such as: "Click on See What’s New". 10/5/2021 - Version 1.5.2 + Added commands for French, Portuguese, Japanese, Chinese Traditional and Chinese Simplified. + Now works with Google Docs new canvas element! + Saying "Click on paper" will now click on most contentEditable editors. + Updated keypress() command to work in iFrames. keypress() command will now also accept strings and convert them to keypresses. + Improved replace_word() command to work better with regular expressions. + Fixed print_text() command to display text correctly in contentEditible elements. Added insertText() command to be the same as print_text(). + Added info box to show when command phrases and actions are found. + Added setting for "Always lowercase all text". + Undo/Redo now works in Google Docs and onedrive.live.com (Word online). + Move Cursor now works in Google Docs and TinyMCE and CKEditor + scrollToCursor now works in TinyMCE and CKEditor + scroll_it now works with Google Docs, and iFrames (TinyMCE). + "Press Enter" now works with Word online and "New line" and "New Paragraph". + Fixed "click on keyword" command to possibly work better. + Fixed speech not working in some contentEditable text boxes on hubspot.com. + Keypresses for arrow keys, home and end keys now works in Google Docs. + Custom command actions will now convert \n to a new line and Unicode Escape Sequences such as \u2665 or \u{1F302} + New command "Show/Hide numbers" and custom command add_numbers(keyword) to add numbers to links, buttons and fields. Then you can say "Click on 5". + Fixed bugs with CKEditor not consistently inputting "New line" and "New paragraph". Also fixed so CKEditor does capitalization at beginning of document. + find_phrase works in some iFrames now but does not work with Word online or Google Docs. 7/22/2021 - Version 1.5.1 + Stopped "komma" from being replaced with "," because "komma" is a common word in Swedish. + In Italian stopped periodo, più, meno and uguale from converting to . + - and = respectively because they can also mean period of time, more, less and same as respectively. In Italian, use "punto" for a full stop or period punctuation instead. 3/4/2021 - Version 1.4.4 - Fixed bug in license status check. Now displays a notice if the user did not allow the extension to use the user's email address to get license information from Google's servers. Fixed "New Paragraph" to do two carriage returns. Changed speech to use insertText instead of insertHTML because Chrome now preserves undo history with insertText. But this will cause some user's custom commands to print HTML instead of inserting HTML. So there is now an insertHTML() custom command. Also changed replace_word() custom command to be able to remember the first match with $1 instead of $2 by using ?: 2/10/2021 - Version 1.4.3 - Added more speech recognition languages such as Chinese Cantonese (Traditional) 1/30/2021 - Version 1.4.2 - Added "Disable Auto Gain Control" in Settings because Chrome changes the system microphone volume up and down on some computer systems. This setting will disable that from happening. Also fixed some more bugs with the license status. Check button now checks Chrome Web Store license and new payment processor license. 5/29/2019 - Version 1.3.0 - The converter can now do advanced scripting with the script() command or by changing semicolons in code to url encoded %3B . Also saying "Show labels" now labels text inputs and textareas. 5/6/2019 - Version 1.2.9 - A custom command with replace_word() can now have multiple phrases separated by a vertical pipe | . Also fixed a bug where "Delete last word" was deleting the entire last phrase instead. 3/7/2019 - Version 1.2.6 - New simple word replace feature. For example, to replace "ok" with "okay" in your speech then use this custom command: Phrase: ok Action: replace_word(okay) 1/20/2019 - Version 1.2.3 - Improved Screen Reader features such as reading of ARIA roles and html tag names for certain items like IMG and Hyperlink. Also a "Simple Mode" that does not read ARIA roles and html tag names. 1/5/2019 - Version 1.2.0 - Changed the Text-To-Speech speechSynthesis to play in the background script instead of the page. Also added Screen Reader features. Now you can say "Read selected|highlighted|article|website|site|links|page|webpage|paragraph|alert|notification|status". Press ESC to stop reading or say "Stop reading". 12/28/2018 - Version 1.1.9 - Translated commands to Italian. 12/15/2018 - Version 1.1.8 - Now there is an option in Settings to "Remove Google's Auto Capitalization" where Google's speech recognition sometimes adds capitalization to phrases that are the same as sport's teams, movie titles or song titles, etc. 10/8/2018 - Version 1.1.6 - Added Swedish punctuation and commands. 9/30/2018 - Version 1.1.5 - Added punctuation for the Czech language. 9/21/2018 - Version 1.1.4 - Improved language support including French, Japanese, Chinese Simplified and Chinese Traditional. 9/19/2018 - Version 1.1.3 - Improved language support including Italian. 6/29/2018 - Version 1.1.1 - ATTENTION WEB DEVELOPERS: You can now call javascript functions on your websites using the "Action" field of Custom Commands. With this powerful feature you can create websites with voice recognition accessibility or voice activated assistants. 4/8/2018 - Version 1.0.5 - Export/Import custom commands. 3/29/2018 - Version 1.0.4 - Custom command word replace now appears in Speech Recognition tab text box. Also Speech Recognition Anywhere now works better with Facebook Messenger without having to press Spacebar first. And to send the message you can say "Press Enter" or "Click Send" at messenger.com. 3/3/2018 - Version 1.0.1 - New Feature: Speech Recognition Auto Punctuation. With Auto Punctuation enabled you no longer need to say "period" or "question mark" at the end of a sentence. Just pause briefly after each sentence and the punctuation will be added automatically! Speech Recognition Anywhere now works in Word Online with a few bugs: It first tries to type the speech in "Tell me what you want to do" box and you have to click in the word processor box again. "New Line" and "New Paragraph" commands do not seem to work. Bug Fix for TinyMCE: Now it capitalizes the first letter of a sentence if it follows punctuation. Bug Fix for CKEditor: After saying "new line" now the first letter of a sentence is capitalized. 2/1/2018 - Version 0.99.9 - All commands have been translated to work in Spanish!

Latest reviews

  • (2023-10-11) ΣΙΝΕ ΠΑΛΛΑΣ: Perfect application ... but you have to solve payment problems. I have paid for a year and suddenly after 2 months it needed update again.
  • (2023-09-01) Scott Stewart: I love this app!!
  • (2023-07-05) SivaMani Krishna: Hello, sir. I'm a student working on developing a voice assistant similar to the provided extension. However, I've encountered some difficulties during the process. Would you be able to assist me in completing my project?
  • (2023-03-24) Patrick Do: meilleur système de reconnaissance vocale nettement supérieur à dragon naturally is speaking.
  • (2023-03-19) Rich Navarra: This is the best speech recognition software out there by far... I am handicapped and I need something to help me type spend the extra buck and get the software
  • (2023-03-01) Anthony Soudet: ça vous force à payer sinon il ne fonctionne plus après la période d'essai. et en plus, ça installe des virus et des mauvaises choses sur votre ordinateur!
  • (2023-02-28) hugo paolantonacci: Super il manque juste une fonction pour pouvoir arrêter la dictée vocalement
  • (2023-01-12) darianiesther guzmandisla: me parece un apk buena
  • (2023-01-11) M. Fels: Also es ging nun einige Monate echt gut, aber seit zwei tagen nimmt er das Kommando Komma nicht mehr als Zeichen an, sondern schreibt " ," aus also als Wort. Das macht das diktieren eines Textes sehr schwer, da die Satzzeichen setzen eine menge Zeit in Anspruch nimmt, deswegen einen Stern Abzug, vielleicht kann man sich um dieses Problem kümmern? Dann gebe ich auch gerne 5 Sterne... Denn ich habe dies auch von einem anderen Nutzer dem ich das Programm empfohlen habe ebenfalls gehört, das er das gleiche Problem hat...
  • (2022-09-28) Gabi Maier: funktioniert überall hab gar keine probleme damit. sehr gutes tool
  • (2022-08-28) Fisnik Ibrahimi: funktioniert seit dem ich das zweite Jahr aboniert habe nicht. Was ist los?
  • (2022-07-21) Lieselotte Nicklaus: Fällt laufend aus und macht was es will!
  • (2021-09-28) شنبات: تطبيق رائع
  • (2021-07-06) mountain hero: amazing. I don't know what's going on with the ranking here. i think it's the best online software that you can get. Show me a different one with the same futures you would not find that on the market for me it's a best software that you can get for this price amazing
  • (2021-06-02) Roxana Iveth Perez Trejo: horrible
  • (2021-05-31) محمد باهي درويش: انا لا أعرف لماذا هذا الإمتداد تقيمه سيئ لقد جربت الامتداد وهو يعمل بدون أية مشكال
  • (2021-03-01) Francis: really buggy, sometimes it can't recognize any sound from the mic. Maybe Chrome and Windows 10 problems too.
  • (2021-01-27) Pit Bulls: Please can someone tell me what's the difference between this version and the one I purchased two years ago? What's going on here?
  • (2020-08-21) que "#$%%&/&%$#"!"#%$ esto es unatonteria no me gusto para nada es una 💩💩💩#$%$#$%$ no recomiendo para nada esta "#$%/&%&/(/& la odio 🤬
  • (2020-08-15) Atiqul Islam: this is a very bad esxprians for
  • (2020-08-11) muhmmad hanif: m hanif
  • (2020-07-23) jacques STEPHAN: pas mal !
  • (2020-04-10) Carlos nascimento: e muito bom

Latest issues

  • (2023-08-08, v:1.7.14) Tony A ONE: Multiple key press
    Firstly just letting you know it now works as it used to, thank you so much. Additionally could you give me some advice how I can get SRA to press the enter and keys simultaneously? The reason being that on some websites including facebook pressing the enter key submits comment but the ENTER+ALT key combination starts a new line, and when I use the existing new line phrase It also just submits the comment. Thank you ‌
  • (2023-07-30, v:1.7.12) Tony A ONE: deleted text
    Hi Jeff I'm still having the same issue on facebook where if I want to correct something in a a sentence SRA just delete all previous text following the correction , I tried the Voice In - Speech-To-Text Dictation extension and it does not have this issue, and SRA never used to have this problem, so I'm wondering if you have the same problem or there is some setting I need to change, any assistance will be greatly appreciated, regards Tony
  • (2023-06-20, v:1.7.12) Lu F: compra
    gostaria do reembolso
  • (2023-05-21, v:1.7.12) Jessica Titzer: small letters
    Is it possible to set the program so that everything is only written in small letters?
  • (2023-05-10, v:1.7.11) Auto popups in gmail going crazy
    I'm using Speech Recognition in Gmail and it's creating 10 new messages. It's popping up keyboard shortcuts. It's crazy.
  • (2023-04-22, v:1.7.4) Adam York: Not inserting text into Google Docs
    After I click on the extension and it starts picking up my voice, I open a new tab with a google doc in it. I can see the text I am speaking show up in yellow boxes on the upper left hand of the browser window, but the text just disappears. It is not inserted into the Google Doc. Any suggestions on how to get it to insert the text into the doc?
  • (2023-04-17, v:1.7.4) Dominic H: zensierung aufheben
    Hallo und schönen guten Tag ich wollte fragen ob es eine möglichkeit gibt die Zensierung von Wörtern abzuschalten , sprich das keine ************** mehr kommen ? Danke Lg Dominic
  • (2023-04-15, v:1.7.4) Fadi Zakzouk: Very slow
    Why is it very slow? It worked fine with the right microphone and I was very happy with it but the last couple of day it become very slow why?
  • (2023-02-13, v:1.7.4) Rich Navarra: Initializing...
    pgm stays Initializing...i have only 1 page up....how can i re-Initializing...without rebooting
  • (2023-01-09, v:1.7.1) claudia Günther: ich möchte ein anderen browser
    ich möchte einen neuen browser benutzen mit einer anderen mail adresse. leider sagt er mir da das ich die version kaufen muss. kann man das auch einstellen das es nicht so ist? denn noch mal kaufen will ich es nicht
  • (2023-01-09, v:1.7.3) Joni Pranata: Google Docs
    This extension has problems when used to write in Google Docs. First, it can't start at the first paragraph. Second, it removes newlines and single letters at the end of words. Thus, the last word will be broken and continued with the next word. I hope Dev can solve this problem. I think, this is one of the best Speech Recognition out there.
  • (2022-06-24, v:1.6.8) margaret rosita hector: Dear jeff
    hey and good day also hmm well although it isnt Actually working for me on my acer travelmate b13 which is a fairly small Laptop it is for many and although it isnt 100% free still we all just gotta appreciate this guy for working on this web app all these amount of years cuz may upon many will just quit within a month or 2 muchless keeping up with his creation for multiple years and trying his all out best in making sure its a relevant app good enough for all and ever1 of us To use i had always Liked this app and wanted my folks to use it as a hands free way of navigating with chrome by folks what i meant was parents if you can get it working for my b13 id Love That so damn much tbh yh so thank you mr jeff and thats my appreciation speech i really meant all of this with all my heard you are amazing
  • (2022-06-05, v:1.6.8) Amadeo Cutini: Speech Recognition Anywhere 365 for Brave
    Does it work on Brave?
  • (2021-10-11, v:1.5.1) Lucian Andries: Confused............
    What is the difference between this one, and the normal one? Both are v1.5.1......
  • (2021-08-13, v:1.5.1) Fisnik Ibrahimi: Problem with payment!
    Hi, how much does it cost und how can I buy it?
  • (2021-08-09, v:1.5.1) Raju Shanbhag: Full version usability
    If I buy the full version, can I use it in other applications such MS word and powerpoint? Raju
  • (2021-06-30, v:1.4.8) Sam Winchester: can't upgrade
    I paid for the upgrade but it still says I am on the trial version how do I fix this??
  • (2021-04-13, v:1.4.5) Maria del carmen Gomez: busqueda
    busqueda
  • (2021-04-10, v:1.4.5) Soran Richards: Voice Anywhere
    The only Limit is The sky And it has 0 Then so WE might aswel find out HθW Far we can truly get Right After All Trying is All and The Least a man can Dθ so now...imagine if it Had A few extra Activation words Such as computer</>>computer Assist Me/Assist me With full YT media control such as Resume/Play/continue [Image Searching]=show Me _cats_ ///Show Me A cat-an cat <<__show me an picture/image/photo θF: barack OBamma- A cat<< /show me pictures/images/photos θf cats-barack obama /photo/image/picture search for barack obama/find me an photo/image/picture of A cat /find an image of bob marley/find bob marley images/show bob marley pictures/images/photos/find A picture/Photo/image of bob marley image opening command should be click/open/SELECT the first Second etc image/photo/picture or Result first will be @ the Top Left where A human will consider as First.position/ order [Reading pages/Articles]=Read That for me</>>Read for me<</>>Read this For me< Also without for me /Read The screen/Read The page/Read Aloud /Start Reading/Read [Auto scrolling very Slowly]=AUTθ scroll up-Down/Slide up-Down basic Scrolling is Scroll/Swipe down-up if you want Add go Faster-quicker to scroll momentarily slightly Faster [YT Searching]=Search bob marley θN Youtube/video Search FoR bob marley /Youtube Search bob marley/Youtube find videos of bob marley/Youtube find bob marley/Youtube bob marley/bob marley video<<Simple Term [Links/Elementz opening by Spoken/said word]=Touch/ Select/open/click: ->> i Love cats<<- [Random videos]=play A video 0F bob marley/play A bob marley video especially offical music video even interviews Are welcomed /play A song by Bob marley it must be official Audio [playing video @ Any mark]= Example >play @ 1:28 or 7:59 <etc if Yu Add them All its basically completed i did The thinking for ya so yu dont have /need to
  • (2020-12-13, v:1.3.6) Juan Jose Damis: Quiero quitarlo de mi celular, mis informes profesionales se distorsiona, quiero volver escribir yo r
    son informes profesionales, soy un profesional y mi tarea es esencial. por favor desactiven de mi 0221 4551249 .el Google voice search
  • (2020-12-12, v:1.3.6) Rossy Charres: Precio de la aplicación
    Hola me gusto mucho su aplicación cuanto cuesta por instalarla, ya la tuve 30 dias y realmente me agrado trabajar con ella, Manden su precio por mes y año, Gracias
  • (2020-07-11, v:1.3.6) mosxa komninou: problem with Upgrade
    Hi, i bought the full version. i restarted chrome and my pc and still doesn' t work.
  • (2020-06-19, v:1.3.6) Dave Cross: How do I get the free version to start listening?
    Hi, I've added the free version of the extension but I cannot see how to actually turn it on and start using it. I would expect something like that to be obvious, but it's not to me. I would like to enter some text into a Google Doc. I'm using my work laptop so maybe they have restricted use of your extension, but I don't know. Regards, Dave.
  • (2020-05-23, v:1.3.6) Soran Richards: chrome's Hands free voice command/control assistant speech recognition anywhere
    hey there buddy whoever is Actually responsible for the very well known And powerful voice control personal virtualAssistant for chrome/chromium based browsers i just wanna say that youve done an amazing/excelent work here its certain that everyone that has came accross this And its alternate fairly older version is impressed aswel as facinated by your work wether youre male or female one person or a group And all id Like to see which most people would just the same as we are all fans is for there to be Like a built in calculater And date voice results if youre not interested in giving the full version anytime soon or ever for that matter we All would surely Like for just Like buddy and few others to be hidden in the background with maybe Almost no evidence of it running the icon should probably change to blue if not then colorful when its turned on via voice activated hotword phrase Another thing id Like is up -down /Left- right it highlights the selectable with maybe A covering box or what ever accordingly to the shape of the element/selectable for example a picture Like what happens on a tv when controlled with a remote your voice is the remote for your browser well that would be the point of being handsfree after all but i dont know if you can do such thing as its never been done before by anyone as far as i know the click phrase should be be select most people would feel more better with that expecially the elder And tab there can be various for one Action there dont need to be many but enough to get it right i just want to see this improve because theres others Like it somwhat but i dont think theres any as fast give ir an activated sound what you say its activation word Like siri's or google now/assistant's sound etc of its own though custom by you im reaching out for obvious reasons obviously the number one is because i simply do care And secnd because this needs to go beyond limits to be improved And become ultimate supreme above the all rest which isnt impossible or considerably the hardest thing to do regardingly i mean if hey buddy can do it for free and still strive then why cant you ???? people with disabilities would love this sooooooooooooooooooooooooooooooooooooooooooooo much beyond believe it brings hopes to them major ones And ive seen so many times that high hopes can bring big disappointmeants but this doesnt have to be the case its what you make it so if its your will for it to succeed then it ill 9/10

Statistics

Installs
7,622 history
Category
Rating
3.76 (25 votes)
Last update / version
2023-08-02 / 1.7.14
Listing languages

Links