Pronunciation

Pronounces the selected text

Pronunciationคืออะไร?

Pronunciation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarundabhi และคุณลักษณะหลักของมันคือ "Pronounces the selected text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pronunciation

ดาวน์โหลดไฟล์ส่วนขยาย Pronunciation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This chrome extension pronounces the selected text.This performs text to speech translation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
คำอธิบาย Pronounces the selected text
ขนาดไฟล์ 8.94 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-08-11
วันที่เผยแพร่ 2018-08-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tarundabhi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pronunciation",
    "version": "1.0",
    "description": "Pronounces the selected text",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}