Multilingual Voice Search

Google voice search in languages different from your OS and location settings.

Multilingual Voice Search란 무엇입니까?

Multilingual Voice Search은(는) https://hoishing.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google voice search in languages different from your OS and location settings."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Google voice search in browser pre-determined the language for you based on your OS, location, and google account settings. For instance, I can't search in Cantonese if I'm located in Taiwan using and an English OS...

This extension simply allow us to explicitly choose the language before making voice searches. 

⭐️ No special permission required for installation ⭐️ 

This is an open-source project. 

https://github.com/hoishing/multilingual-voice-search                    

확장 프로그램 기본 정보

이름 Multilingual Voice Search Multilingual Voice Search
ID ecfkiahgkikgihfhkmpggilephnaaidm
공식 URL https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm
설명 Google voice search in languages different from your OS and location settings.
파일 크기 396 KB
설치 횟수 2,735
현재 버전 1.2.1
최근 업데이트 2023-01-16
출시 날짜 2018-11-23
평점 4.21/5 총 14 개의 평점
개발자 https://hoishing.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hoishing/multilingual-voice-search
도움말 페이지 URL https://github.com/hoishing/multilingual-voice-search/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multilingual Voice Search",
    "version": "1.2.1",
    "description": "Google voice search in languages different from your OS and location settings.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "vs_icon.png",
        "32": "vs_icon.png",
        "48": "vs_icon.png",
        "128": "vs_icon.png"
    },
    "action": {
        "default_icon": {
            "16": "vs_icon.png",
            "32": "vs_icon.png",
            "48": "vs_icon.png",
            "128": "vs_icon.png"
        }
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    }
}