Lokalise Dictate

Save time by typing with your voice in the Lokalise editor

O que é Lokalise Dictate?

Lokalise Dictate é uma extensão do Chrome desenvolvida por Ilya from Lokalise, e sua principal característica é "Save time by typing with your voice in the Lokalise editor".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lokalise Dictate

Baixe arquivos de extensão Lokalise Dictate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lokalise Dictate Lokalise Dictate
ID hokhjelghpnnbcgpaabkblbechnfmgmm
URL Oficial https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm
Descrição Save time by typing with your voice in the Lokalise editor
Tamanho do Arquivo 16.5 KB
Contagem de Instalações 54
Versão Atual 1.1
Última Atualização 2022-06-08
Data de Publicação 2022-06-03
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Ilya from Lokalise
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}