EasyVoice Search
Voice search using any search engine easily!
EasyVoice Search란 무엇입니까?
EasyVoice Search은(는) https://search.easyvoice.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Voice search using any search engine easily!"입니다.
확장 프로그램 스크린샷
EasyVoice Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | EasyVoice Search |
ID | ifabnpjjgbggngmgijikmfjkppdhfpgj |
공식 URL | https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj |
설명 | Voice search using any search engine easily! |
파일 크기 | 576 KB |
설치 횟수 | 7,195 |
현재 버전 | 4.0.2 |
최근 업데이트 | 2021-09-09 |
출시 날짜 | 2019-03-17 |
평점 | 4.12/5 총 196 개의 평점 |
개발자 | https://search.easyvoice.xyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://search.easyvoice.xyz |
지원되는 언어 | 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" } |