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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}