Multilingual Voice Search

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

Multilingual Voice Searchคืออะไร?

Multilingual Voice Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hoishing.github.io และคุณลักษณะหลักของมันคือ "Google voice search in languages different from your OS and location settings."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multilingual Voice Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}