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ファイルをダウンロード

Multilingual Voice Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}