EasyVoice Search
Voice search using any search engine easily!
Hvad er EasyVoice Search?
EasyVoice Search er en Chrome-udvidelse udviklet af https://search.easyvoice.xyz, og dens hovedfunktion er "Voice search using any search engine easily!".
Udvidelsesskærmbilleder
Download EasyVoice Search-udvidelses-CRX-fil
Download EasyVoice Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | EasyVoice Search |
ID | ifabnpjjgbggngmgijikmfjkppdhfpgj |
Officiel URL | https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj |
Beskrivelse | Voice search using any search engine easily! |
Filstørrelse | 576 KB |
Antal Installationer | 7,195 |
Nuværende Version | 4.0.2 |
Senest Opdateret | 2021-09-09 |
Udgivelsesdato | 2019-03-17 |
Bedømmelse | 4.12/5 Samlet 196 Bedømmelser |
Udvikler | https://search.easyvoice.xyz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://search.easyvoice.xyz |
Understøttede Sprog | 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" } |