Voice Search in new Tab
On click, launches voice input, and opens your search query in a new tab.
What is Voice Search in new Tab?
Voice Search in new Tab is a Chrome extension developed by starkoracia, and its main feature is "On click, launches voice input, and opens your search query in a new tab.".
Extension Screenshots
Download Voice Search in new Tab Extension CRX File
Download Voice Search in new Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
По клику, открывает окно, для голосового ввода запроса на поиск!
Extension Basic Information
Name | Voice Search in new Tab |
ID | hlmiplcbcgplnmeiaggfdgimpjcofpco |
Official URL | https://chromewebstore.google.com/detail/voice-search-in-new-tab/hlmiplcbcgplnmeiaggfdgimpjcofpco |
Description | On click, launches voice input, and opens your search query in a new tab. |
File Size | 99.16 KB |
Installation Count | 172 |
Current Version | 1.0 |
Last Updated | 2021-03-15 |
Publish Date | 2021-03-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | starkoracia |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Search in new Tab", "description": "On click, launches voice input, and opens your search query in a new tab.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/search.easyvoice.xyz\/*" ], "js": [ "jquery-3.5.1.js", "contentScript.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/microphone16.png", "32": "\/images\/microphone32.png", "128": "\/images\/microphone128.png" } }, "icons": { "16": "\/images\/microphone16.png", "32": "\/images\/microphone32.png", "128": "\/images\/microphone128.png" } } |