Lokalise Dictate
Save time by typing with your voice in the Lokalise editor
Vad är Lokalise Dictate?
Lokalise Dictate är en Chrome-tillägg utvecklad av Ilya from Lokalise, och dess huvudfunktion är "Save time by typing with your voice in the Lokalise editor".
Tilläggsskärmbilder
Ladda ner Lokalise Dictate-förlängningens CRX-fil
Ladda ner Lokalise Dictate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | hokhjelghpnnbcgpaabkblbechnfmgmm |
| Officiell webbadress | https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm |
| Beskrivning | Save time by typing with your voice in the Lokalise editor |
| Filstorlek | 16.5 KB |
| Antal Installationer | 54 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-06-08 |
| Publiceringsdatum | 2022-06-03 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Ilya from Lokalise |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |