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.”。
扩展截图
下载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 |
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" } } |