Lokalise Dictate
Save time by typing with your voice in the Lokalise editor
Hvad er Lokalise Dictate?
Lokalise Dictate er en Chrome-udvidelse udviklet af Ilya from Lokalise, og dens hovedfunktion er "Save time by typing with your voice in the Lokalise editor".
Udvidelsesskærmbilleder
Download Lokalise Dictate-udvidelses-CRX-fil
Download Lokalise Dictate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hokhjelghpnnbcgpaabkblbechnfmgmm |
| Officiel URL | https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm |
| Beskrivelse | Save time by typing with your voice in the Lokalise editor |
| Filstørrelse | 16.5 KB |
| Antal Installationer | 54 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-06-08 |
| Udgivelsesdato | 2022-06-03 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Ilya from Lokalise |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |