Lokalise Dictate
Save time by typing with your voice in the Lokalise editor
Cos'è Lokalise Dictate?
Lokalise Dictate è un'estensione di Chrome sviluppata da Ilya from Lokalise, e la sua funzione principale è "Save time by typing with your voice in the Lokalise editor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lokalise Dictate
Scarica i file di estensione Lokalise Dictate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Lokalise Dictate |
ID | hokhjelghpnnbcgpaabkblbechnfmgmm |
URL Ufficiale | https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm |
Descrizione | Save time by typing with your voice in the Lokalise editor |
Dimensione del File | 16.5 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-06-08 |
Data di Pubblicazione | 2022-06-03 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Ilya from Lokalise |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |