Lokalise Dictate

Save time by typing with your voice in the Lokalise editor

Wat is Lokalise Dictate?

Lokalise Dictate is een Chrome-extensie ontwikkeld door Ilya from Lokalise, en de belangrijkste functie is "Save time by typing with your voice in the Lokalise editor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lokalise Dictate

Download Lokalise Dictate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lokalise Dictate Lokalise Dictate
ID hokhjelghpnnbcgpaabkblbechnfmgmm
Officiële URL https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm
Beschrijving Save time by typing with your voice in the Lokalise editor
Bestandsgrootte 16.5 KB
Aantal Installaties 54
Huidige Versie 1.1
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2022-06-03
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Ilya from Lokalise
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}