EasyVoice Search
Voice search using any search engine easily!
Cos'è EasyVoice Search?
EasyVoice Search è un'estensione di Chrome sviluppata da https://search.easyvoice.xyz, e la sua funzione principale è "Voice search using any search engine easily!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyVoice Search
Scarica i file di estensione EasyVoice Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simply press the red microphone icon in the top bar or assign a chrome hotkey and begin speaking!
Features Include:
• Activate with a single click of a button on every page.
• Can be assigned a keyboard shortcut inside Chrome.
• Set your preferred search page (Google, Bing, DuckDuckGo, etc).
• Use a custom search provider that is not already included by providing a search URL.
• Uses no permissions. Informazioni di Base sull'Estensione
| Nome | |
| ID | ifabnpjjgbggngmgijikmfjkppdhfpgj |
| URL Ufficiale | https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj |
| Descrizione | Voice search using any search engine easily! |
| Dimensione del File | 576 KB |
| Conteggio Installazioni | 7,195 |
| Versione Corrente | 4.0.2 |
| Ultimo Aggiornamento | 2021-09-09 |
| Data di Pubblicazione | 2019-03-17 |
| Valutazione | 4.12/5 Totale 196 Valutazioni |
| Sviluppatore | https://search.easyvoice.xyz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://search.easyvoice.xyz |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": [],
"background": {
"service_worker": "service_worker.js"
},
"commands": {
"activate_extension": {
"description": "Voice Search"
}
},
"description": "Voice search using any search engine easily!",
"homepage_url": "https:\/\/search.easyvoice.xyz\/",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"manifest_version": 3,
"name": "EasyVoice Search",
"options_page": "options.html",
"permissions": [
"storage"
],
"short_name": "EasyVoiceSearch",
"version": "4.0.2"
} | |