Voice Search Easy | Audio Search
Easiest and Fastest Voice Search Extension for Chrome
Τι είναι το Voice Search Easy | Audio Search;
Το Voice Search Easy | Audio Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devicereset.online, και η κύρια λειτουργία του είναι "Easiest and Fastest Voice Search Extension for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Voice Search Easy | Audio Search
Λήψη αρχείων επέκτασης Voice Search Easy | Audio Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Voice search easy lets you search internet with just mouse clicks. All you need to do is install our audio and voice search extension, click on the extension icon and allow any permission it asks for. Speak anything you wish to search. As soon as you are finished speaking it will show you the search results. It is one of the fastest and light weight extension. It uses speech API to give you the best possible experience. It is a really useful tool whenever people have broken keyboard, you can use this tool to search using track pad or mouse and you systems internal mic. Best thing about our Voice search , speak to search extension is that it has least number of permission asked to give you this functionality. There are extension that ask you tons of permission to do this simple yet important task. But we hardly ask you for any special functionality. Apart from that our extension gives you 100% safe content. As the search engine we use here is Google, you are in completely safe hands when you search using our voice search extension. So what are you waiting for, enjoy one of the best and easy to use voice search extension. Do not forget to recommend it to your friends and family. Steps to use Voice Search Easy 1. Install the extension. 2. Once installed click extension icon. 3. Then click on click to speak button, allow mic permission in the extension window. 4. Search results will open in new tab of extension window. Disclaimer : This extension changes your default search to devicereset.online/voicesearch in order to give you the best voice search experience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mengeiedmfhomonhcpoloeejajnjbocp |
Επίσημο URL | https://chromewebstore.google.com/detail/voice-search-easy-audio-s/mengeiedmfhomonhcpoloeejajnjbocp |
Περιγραφή | Easiest and Fastest Voice Search Extension for Chrome |
Μέγεθος Αρχείου | 19.22 KB |
Αριθμός Εγκαταστάσεων | 138 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2021-08-10 |
Ημερομηνία Δημοσίευσης | 2021-08-02 |
Αξιολόγηση | 4.56/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://devicereset.online |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://devicereset.online/privacy-policy-2 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voice Search Easy | Audio Search", "version": "1.2", "description": "Easiest and Fastest Voice Search Extension for Chrome", "offline_enabled": true, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/devicereset.online\/icon.png", "is_default": true, "keyword": "Voice Search", "name": "Voice Search", "search_url": "https:\/\/devicereset.online\/voicesearch\/search.html?q={searchTerms}" } }, "icons": { "128": "icon.png" } } |