Lokalise Dictate

Save time by typing with your voice in the Lokalise editor

ما هو Lokalise Dictate؟

Lokalise Dictate هو إضافة Chrome تم تطويرها بواسطة Ilya from Lokalise، والميزة الرئيسية لها هي "Save time by typing with your voice in the Lokalise editor".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lokalise Dictate

قم بتنزيل ملفات الامتداد Lokalise Dictate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Lokalise Dictate Lokalise Dictate
ID hokhjelghpnnbcgpaabkblbechnfmgmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/lokalise-dictate/hokhjelghpnnbcgpaabkblbechnfmgmm
الوصف Save time by typing with your voice in the Lokalise editor
حجم الملف 16.5 KB
عدد التثبيتات 54
النسخة الحالية 1.1
آخر تحديث 2022-06-08
تاريخ النشر 2022-06-03
تقييم 5.00/5 مجموع تقييمات 5
المطور Ilya from Lokalise
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}