Lokalise Dictate
Save time by typing with your voice in the Lokalise editor
What is Lokalise Dictate?
Lokalise Dictate is a Chrome extension developed by Ilya from Lokalise, and its main feature is "Save time by typing with your voice in the Lokalise editor".
Extension Screenshots
Download Lokalise Dictate Extension CRX File
Download Lokalise Dictate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Lokalise Dictate |
ID | hokhjelghpnnbcgpaabkblbechnfmgmm |
Official URL | https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm |
Description | Save time by typing with your voice in the Lokalise editor |
File Size | 16.5 KB |
Installation Count | 54 |
Current Version | 1.1 |
Last Updated | 2022-06-08 |
Publish Date | 2022-06-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Ilya from Lokalise |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |