Voice Search
It is very easy! Just say what you want to find.
What is Voice Search?
Voice Search is a Chrome extension developed by andrkremov, and its main feature is "It is very easy! Just say what you want to find.".
Extension Screenshots
Download Voice Search Extension CRX File
Download Voice Search 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
Maximum comfort and minimalism. No extra settings. Click the microphone icon and speak. The keyboard is no longer needed! Advantage: - One-Click Search - Simple interface - Super-fast operation - Advanced voice recognition technology Just try it and you will like it! P.S: If you have questions or want to add your language - write.
Extension Basic Information
Name | Voice Search |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
Official URL | https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde |
Description | It is very easy! Just say what you want to find. |
File Size | 25.55 KB |
Installation Count | 2,053 |
Current Version | 1.0 |
Last Updated | 2016-02-20 |
Publish Date | 2016-02-20 |
Rating | 3.74/5 Total 19 Ratings |
Developer | andrkremov |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Search", "version": "1.0", "manifest_version": 2, "description": "It is very easy! Just say what you want to find.", "minimum_chrome_version": "20", "background": { "scripts": [ "js\/core.js", "js\/background.js" ] }, "browser_action": { "default_title": "Voice Search", "default_icon": "icons\/icon_16.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [], "permissions": [ "*:\/\/*\/*" ] } |