Lokalise Dictate

Save time by typing with your voice in the Lokalise editor

Apa itu Lokalise Dictate?

Lokalise Dictate adalah ekstensi Chrome yang dikembangkan oleh Ilya from Lokalise, dan fitur utamanya adalah "Save time by typing with your voice in the Lokalise editor".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lokalise Dictate

Unduh file ekstensi Lokalise Dictate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lokalise Dictate Lokalise Dictate
ID hokhjelghpnnbcgpaabkblbechnfmgmm
URL Resmi https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm
Deskripsi Save time by typing with your voice in the Lokalise editor
Ukuran File 16.5 KB
Jumlah Instalasi 54
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-06-08
Tanggal Publikasi 2022-06-03
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Ilya from Lokalise
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}