Lokalise Dictate
Save time by typing with your voice in the Lokalise editor
什么是Lokalise Dictate?
Lokalise Dictate是由Ilya from Lokalise开发的Chrome扩展程序,该扩展的主要功能是“Save time by typing with your voice in the Lokalise editor”。
扩展截图
下载Lokalise Dictate扩展crx文件
下载Lokalise Dictate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save time by typing with your voice in the Lokalise editor. Click on the mic in the translation input field or use Alt + Q. The language is detected automatically.
扩展基本信息
名称 | Lokalise Dictate |
ID | hokhjelghpnnbcgpaabkblbechnfmgmm |
官方URL | https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm |
简介 | Save time by typing with your voice in the Lokalise editor |
文件大小 | 16.5 KB |
安装次数 | 54 |
当前版本 | 1.1 |
更新时间 | 2022-06-08 |
上架时间 | 2022-06-03 |
评分 | 5.00/5 共5次评分 |
开发者 | Ilya from Lokalise |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lokalise Dictate", "description": "Save time by typing with your voice in the Lokalise editor", "author": "Ilya Karpovs", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/app.lokalise.com\/*", "https:\/\/lokalise.local\/*" ], "all_frames": true, "js": [ "contentScript.js" ] } ], "permissions": [ "clipboardWrite" ] } |