Gunakan pengecaman pertuturan untuk menulis E-mel dan dokumen. Kawal Internet dengan suara anda.
Speech Recognition Anywhere
With "Speech Recognition Anywhere" you can control the Internet with your voice. Use voice recognition to fill out forms and documents on the web! Dictate emails with speech to text!
No need to copy and paste your speech into a form input field. The speech you speak is automatically typed into any standard form on a web page hands free. You can also browse the web and completely control a website with voice commands. It can be used like a virtual assistant.
NEW! Speech Recognition Anywhere now includes text to speech, custom voice commands and scripting. See seabreezecomputers.com/speech for more information.
FREE FEATURES:
* 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: Google does not allow extensions to work on special chrome:// pages or the Chrome Web Store. 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 Google, not a limitation of the extension.
TIP: If speech recognition is not working on a specific website 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 Google's Web Speech API for speech recognition therefore we cannot guarantee the quality or the 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
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 error checking in the license status check. Changed title link to link to correct editions. 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.
1/21/2021 - Version 1.4.0 - Added Dark Mode support and a Chrome keyboard shortcuts link. Added permissions "identity.email" to manifest.json because Google is deprecating Chrome Web Store payments so now developers of Chrome Extensions need to keep track of user email addresses to process license status.
10/23/2020 - Version 1.3.9 - Fixed the "Something went wrong" error with Twitter if you tried to do speech to text without typing at least one character first. Now you don't have to type on the keyboard first! Also, fixed bug caused by version 1.3.8. It caused some iframes to type every speech to text statement twice, such as evernote. Now it determines if it already typed the speech in the box.
10/13/2020 - Version 1.3.8 - Some websites with comment boxes in an iFrame were not inputting spoken speech. This seems to have been fixed. Also fixed a bug where some single word commands were being activated with a longer version of the word. For instance, endless and homeless were matching end and home for moving the cursor. This only happened if just one word was spoken but it has been fixed.
9/19/2020 - Version 1.3.7 - If a user put an invalid regular expression in a custom command then the speech recognition may stop working and only display an error in the developer tools console. Now it will display the regular expression error in the Speech Recognition Anywhere tab and in a tooltip. Also, on some pages the page would try to scroll up to the top to the yellow speech tooltip on speech being spoken. It seemed to only happen on Reddit. Fixed.
7/30/2020 - Version 1.3.5 - Some configurations of tinyMCE Editor were inputting speech twice into editor. This has been fixed. Some network errors and errors caused by conflicting extensions were causing the Speech Recognition Anywhere tab to become active. Added code to try to stop this. Also added suggested default activation hotkey: ALT+S. This will only work on first install if the hotkey is not already in use. Google Chrome's built in web speech API no longer seems to be processing "new paragraph" or "new line" so these have been added as built-in commands for Speech Recognition Anywhere. Also programmed it so that if a user needs to use a built-in phrase for a command they can create a custom command for that phrase. For example: Phrase: new line
Action: replace_word(new line)
This will allow sentences like, "I tried a new line of dog food" instead of entering a new line in the document.
2/24/2020 - Version 1.3.3 - Text-To-Speech (TTS) can now read in iframes as long as the origin is the same as the top page. Some features are not available in iframes such as specifying to "Read links" or "Read buttons" in iframes. It will be skipped. But "Read page" or "Read article" should read an iframe that is in the same origin if it is on screen. It will not select the text in the iframe as it is being read but it will put an outline around it for a second if "Highlight text being read" is checked in Settings. Also ESC key to pause/resume TTS now works on SRA tab as well as other tabs. Also fixed a bug with "Find phrase" where it was sometimes finding the phrase in the tooltip.
12/17/2019 - Version 1.3.2 - Fixed some bugs with using a voice command to click on form elements Select and Option when. Now changes the size to show the entire length of options instead of just 5. Fixed bug where it would not reselect the top option but would just highlight the select box. Also fixed a bug where it would sometimes not save the tts voice selected but revert back to the default Microsoft voice. It will now allow tts rate to go to a max of 10 for Microsoft voices. But Google voices only allow a max of 2. In Chrome 79 the developers added tab.pendingUrl which caused tab.url to no longer work so that when a user clicked on the Speech Recognition Anywhere icon again it would open a new tab with Speech Recognition Anywhere even though it was already open. Added code to fix this behavior.
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/25/2019 - Version 1.2.7 - If the phrase "Play|Listen To|Youtube" is spoken then the video will no longer be played in the current tab unless the current tab is youtube. Also if the "Action" field is empty for a Custom Command then that command will not be acted upon. Also switching tabs by url or keyword in title is now easier and better.
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)
Fixed custom commands bug where a phrase separated with vertical pipes like ^hi|hello$ will match "hi there" and "well hello" without wanting it to.
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/8/2019 - Version 1.2.1 - Fixed a bug where "Read selected text" command was not working. Also added to "Read notification" command to also read role="dialog" and role="alertdialog".
1/5/2019 - Version 1.2.0 - The custom command speak() for Text-To-Speech was no longer working in Chrome 71 because Chrome is trying to stop audio from playing automatically without user interaction. 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.
Also accidentally removed "FREE TRIAL (x days left)" in version 1.1.3. Fixed.
10/8/2018 - Version 1.1.6 - Better error handling in multiple languages. Faster Initializing. Added Swedish punctuation and commands.
9/30/2018 - Version 1.1.5 - There is now a delete button for custom commands. Also 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.
6/5/2018 - Version 1.0.9 - Speech Recognition Anywhere had stopped working in Google Docs because of a Google Docs update. This has been fixed. Also in Google Docs it was capitalizing the first letter after every speech recognition phrase even if it was not a new sentence. This has been fixed as well.
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 previously if "Phrase" or "Action" fields for custom commands contained a space for the first character then it would not be recognized. This has been fixed by removing the extra space.
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.
Also works better with Google Hangouts at hangouts.google.com. You can now say "Press Enter" to send the text.
Also new and improved custom command: keypress(key, ctrl, alt, shift) that now works with more websites.
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.
Also improved speech interaction with HTML FORM SELECT fields. Now saying "Click on select" or "Click on (an option)" will open the select menu bigger and fire a Change event if the selection is changed.
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!
Also all the text in the action field command print_text(text) now preserves the letter case as it is written by converting all letters to unicode html entities. Previously, words at the beginning of sentences were auto-capitalized.
11/20/2017 - Version 0.99.4 - Added punctuation and commands in German language (Deutsche).
9/28/2017 - Version 0.99.2 - Now Speech Recognition Anywhere works with Google Docs! Also fixed a bug where it would try to scroll to a cursor in a textarea but sometimes scroll the screen when it did not need to.
9/11/2017 - Version 0.99.0 - Added punctuation for Spanish and Portuguese. Also added locales for Spanish and Portuguese. Fixed bug where the page would scroll past the textarea, such as youtube comments, when trying to scroll to the cursor. Fixed by adding elRect.height > 0. Added "Find word or phrase" command. Fixed bug where "new tab" would not use Speech Recognition because it was using "chrome://newtab/". Changed to "https://www.google.com/_/chrome/newtab"; and now it works again.
2/1/2017 - Version 0.98.4 - Added Text to Speech (tts) and scripting. Now you can create custom commands that talk back to you or read text in an element in a web page. In the "Action" field type in: say(Hello There) . Or to go to a webpage and speak the text in an element, type in the "Action" field: http://website/com;speak(element_id) . For more information go to seabreezecomputers.com/speech/ . Also changed recognition.continuous to false instead of true to try and solve slowness with the recognition result or multiple second delay with the Web Speech API that some users have.
10/28/2016 - Version 0.98.1 - Languages and dialects are here! Added an option in settings to choose between dozens of languages and dialects for speech recognition including: Afrikaans, Arabic, Basque, Bulgarian, Catalan, Czech, Dutch, English, Filipino, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Indonesian, Japanese, Korean, Latin, Lithuanian, Chinese, Malaysian, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Vietnamese, Zulu. We need volunteers to translate punctuation and commands into these languages from English. Please contact [email protected]
09/12/2016 - Version 0.9 - Speech Recognition Anywhere first release.
Latest reviews
- (2024-03-03) Marc Hankin: I have been using using Speech Recognition Anywhere ("SRA") since November of 2022, instead of my Dragon Naturally Speaking ("DNS") program license, because of SRA's low draw on system resources and memory. ... and I am very pleased with it thus far. It seems fast and it works in Google Docs, which DNS doesn't do, unless you're willing to use the cumbersome Speech Box utility. If I am able to train SRA to spell my name and various other things correctly, I think I'll be a very happy camper. The price for SRA is very low for the value. The developer is very helpful when you need help, and updates the program to address problems and suggestions. I think he deserves every penny he gets.
- (2024-01-22) Wind: Its great. But in rare cases it transcribes System Audio. A youtube video could be playing. Or I could be talking to some people on discord. And it will actually listen for that instead of my microphone. Just a heads up to the dev. great extension as always. ( Update. The speaker is my headphone. The mic is a desk mic. So in my case cause is system related. And not a case of audio transmitting through the air into the mic. Because the speakers are headphones and enclosed. Test it regardless and am certain the app is picking up system audio .
- (2023-12-19) Patrick Do: Alors il n'est pas évident à manipuler, mais nettement supérieur à naturally speaking de nuance et nettement moins cher. Après presque un an d'utilisation, je peux dire quelque chose de simple Jeff Baker, vous êtes le meilleur, bravo.
- (2023-11-09) Brittany Kunza: I LOVE this extension. I am always impressed by how accurate it is. One thing I truly wish was an option (and it might be and maybe I am just missing it in the settings) if there was a keyboard shortcut that could both start AND stop the dictation quickly. I am familiar with opening the tab with option + s but not familiar with a keyboard shortcut to disable dictation.
- (2023-09-21) Brian F: This is a phenomenal speech to word application. Starting off I had to make some corrections, but as time has gone on, unless it's an unusual word, I have minimal to zero corrections, including punctuation. And with the price, it makes it 5 stars.
- (2023-08-16) 钱志伟: it's a great tool. it can help me learn english in listening.
- (2023-08-07) Anne Steinhoff: Einfach genial!!! Spart eine menge Zeit! Danke
- (2023-07-27) Frédéric HAUGUEL: PAYING
- (2023-07-06) Andrea Rebaudi: Ottima sintesi ma appena finita la sintesi ti apre 300 pop-up di nuove schermate nuova email
- (2023-07-06) Glenn Muz: love it. better than win 10 for me.
- (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-07-04) Rohan Dodake: I am currently working on a mini project for my college, and I came across your project handfree website for controlling browser during my research. I found it to be a great reference for my own project, and I was wondering if it would be possible for you to share the source code with me.
- (2023-06-21) Dr. Sérgio Feitosa - Pediatra: Paguei pela funcionalidade e, mesmo após seguir todos oa passos do suporte, simplesmente NÃO funciona.
- (2023-04-23) Michael Cordon: Didn't work for Bing Chat, which is a deal-breaker for me. Maybe one of the paid settings could fix it?
- (2023-04-07) Fabio Quinci: Exceptional extension, Jeff always kind and helpful, he helped me and helps me every time I need a personalized command. I use it for work and the performance raises me in an excellent way. UPDATE: I want to reiterate again how great this extension is and above all how great Jeff is, another problem had arisen and he promptly fixed me with a new update. Recommended to everyone, in no uncertain terms crazy extension!
- (2023-04-06) Advance Algo: namaste sir its awsome extension. i mail you please reply
- (2023-03-23) John 5: Can you make a smooth integration with Chat GPT 3 and version 4? That is the next BIG thing. If you want to amp your user base. Make that happen. Please sir. Thanks. Note: it works. However perhaps you could make it better some how.
- (2023-02-27) Rose Lamothe: This is a fantastic extension, I'm sure I'll figure how it works soon! Just kidding, I'm using it mostly to transcribe and translate foreign language videos and with its integrated sound compression it captures everything easily and extremely well. I bought the pro version recently and I am perfectly satisfied, great investment, great product.
- (2023-02-17) Cory Sakai: It didn't do what I wanted, but it's still pretty amazing. This is a fantastic extension that is incredible if you need to control your browsing by voice and don't have keyboard or mouse use. The only thing that messes it up is if you start clicking somewhere else or in another tab, because then it gets lost and you can't control anything. Really I just wanted to be able to click on forms on a page and be able to enter text from speech in the text box, but this won't do that. Still I give it a 5 for all the other amazing features. Hopefully in the future it might become a little more context reactive and adaptive to clicking somewhere else. I don't think there is anything else like this out there.
- (2023-02-08) Gino Côté (onigetoc): Pas de bouton pour l'arrêter ??? Je pense que c'est une chose minime à ajouter. No button to stop it??? I think it's miniminal thing to add.
- (2023-01-30) Игорь Бутыленков: Отлично, нет конкурентов.
- (2023-01-19) Cyrus Bonnet: Super easy, no real set up, super affordable. Accurate translation for the most part. rarely have to correct it. Mostly learning or knowing how to speak is my problem. Microsoft speech recognition sucks. This works 10x better. and all the other programs are expensive and complicated.
- (2023-01-13) matriks hitung: _/\_, it's working in bahasa at least with few sample just trying :)
- (2023-01-11) Patricia Hirsch: Bei mir geht leider der Befehl: *Komma* nicht, es wird immer ausgeschrieben,das ist nervig zum korrigieren. Alles andere funktioniert gut Sehr schnelle Lösung,vielen Dank dafür
- (2023-01-09) Anna White: This is world class. Dictation is highly accurate, customizable, and ready to go out of box or customize for a great experience. This app prevented me from going on disability leave at work when I lost movement in both of my arms. It is a miracle if you learn how to use it correctly. It saved my arms from further damage. everyone should experiment with it! excellent documentation and developer is very active with support and updates as well!
- (2022-12-19) Lynn Ling: not user friendly, cannot auto detect a spoken language.
- (2022-12-16) Matt Dubois: This extension is great - the recognition is very fast and impressively accurate. I've never had better results than these even from programs like Dragon. The built in commands and ability to create your commands are very robust as well. All in all a very useful tool even for the free version, and an excellent value for the full version.
- (2022-11-14) Bob Simmons: Was super impressed with the speed! unfortunately it didn't work within Outreach.io which is where I would primarily use it. I have a feeling it has to do more with outreach than it does with this product as I've had other issues with outreach and voice to text software.
- (2022-10-10) mariarene alfaro: esta muy linda pero sus reseñas no son muy buenas de todo
- (2022-10-09) Patrick Marin: Au début de l'interface m'a semblé vieillotte à l'usage elle parfaitement fonctionnelle. Je recommande vivement ce produit en version payante. Dommage qu'il n' y ait pas une version life.
- (2022-10-03) Chris Hallmark: Absolutely fantastic extension! Extremely easy to use and very customizable. And if you choose to do the paid option, it's totally worth it.
- (2022-09-29) The Morning Motivation (Joshua Busby): I paid for the advance features a couple of years ago and it has worked GREAT. Now it no longer works. I am disabled and I depend on this extension every day. If you are unable to fix it I request a refund so I can get something that will meet my needs. Thanks.
- (2022-09-29) CrazyBill7: Unfortunately the program has stopped I press it and it doesn't work and it is very useful for me because I am a disabled quadriplegic complete disabled hands and feet
- (2022-09-28) George drysdale: I bought this ext/app several years ago and I have loved it....It failed today...I think it's over. Bummed. No matter what, I can not get this thing to work.
- (2022-09-02) Jorge Ramirez S (Nino): Speech Recognition Anywhere FREE TRIAL - Buy Upgrade days leftSign in to browser or enter Order Number. Note: The user turned off browser signin See HelpSpeech recognition error detected: network. Reinstalling Chrome or doing a Chrome Reset may help fix this error. this is the very first thing i see. wasnt even able to try it and really need it it/ thankss. i searched what they were saying the problem was so to fix it and it didnt exist. currently using AVG secure browser. i will attempt this all again on chrome and firefox and hope for the best
- (2022-08-11) John D: Grief please why did you make this part of a subscription. I like this software but I cant hardly. goodness. i remember when this was a single payment, i should have brought it then. can you consider soon a individual One Time license? instead of this monthly model?
- (2022-03-04) Alex Tsakiris: game changer... indispensable tool. very nice customization/settings.
- (2022-03-04) Fert Lefter: Hi, looked promising but despite no indication at all in description that this is a fremium package.. As soon as I started to test use; I see a big FREE TRIAL! Why is it this way.. Also the app gives an error "Error: OAuth2 not granted or revoked." despite I gave the Permissions: Read your browsing history Read and modify data you copy and paste Know your email address What else do you need?? Also, your support page explains the above OAuth2 prob. as: Sign in with your Google account. Make sure Sync is on. Click on the extension icon and click on "Settings" scroll down to License and click on "Check"... and on and on.. WHAT SİGN İN? WHAT SYNC? ALL I wanted to use this is to dictate using TinyMCE.. What is all this fuss??! I am using many extensions and trying many many.. Never seen all this hassle!!
- (2022-03-03) Γιώργος Ντρέκης: Very good!
- (2022-02-23) Estel Brodowicz: franchement bravo, je l'ai testé en anglais c'est génial !!!
- (2022-02-21) Cynthia CindyStar4: Tem que pagar
- (2022-02-18) Paul Peter Nicolai: I have used this extension for a couple of years now. Given that I do all my email in Chrome, it is a great time saver and a super and a super value.
- (2022-02-18) Tanz Bar: super, dankeschön bin sehr zufrieden, kann es nur weiterempfehlen
- (2022-02-18) danilo [email protected]: Favolosa, mi ha davvero accelerato il lavoro e funziona perfettamente, e poi Jeff risponde subito a ogni dubbio
- (2022-02-09) jbq life game all jbq life game all: i want one better application
- (2022-02-04) Paul Cure: Was working great but this week started to disable playing videos on any site. Youtube videos say audio renderer error!!!!
- (2021-12-01) Reza Orang: Good program partly It is not very different from other programs The settings you added have been slightly improved It's not worth the money I have to pay Good luck
- (2021-07-30) Naga: I dont know how to use it. Isn't it available in Japanese?
- (2021-06-16) Erik Pallares: Tengo la aplicación hace unos meses , pero ya no la necesito, me gustaria cancelar suscripción, como podría hacerlo . Muchas gracias
- (2021-04-17) Croatian Christian: Wie kann ich die gross und klein Schreibung komplett ausschalten? So das nicht mal der Buchstabe am Satzanfang gross ist?