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 |
官方網址 | 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" ] } |