Voice Search

It is very easy! Just say what you want to find.

Voice Search란 무엇입니까?

Voice Search은(는) andrkremov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is very easy! Just say what you want to find."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Voice Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Voice Search Voice Search
ID ignddgemjkghaogmfmokpfplbmoiecde
공식 URL https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde
설명 It is very easy! Just say what you want to find.
파일 크기 25.55 KB
설치 횟수 2,053
현재 버전 1.0
최근 업데이트 2016-02-20
출시 날짜 2016-02-20
평점 3.74/5 총 19 개의 평점
개발자 andrkremov
결제 유형 free
지원되는 언어 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": [
        "*:\/\/*\/*"
    ]
}