Wiktionary Pronounce Selection

Show pronunciation of selected word from en.wiktionary.org

Wiktionary Pronounce Selectionคืออะไร?

Wiktionary Pronounce Selection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mehdi Abdelkhalek และคุณลักษณะหลักของมันคือ "Show pronunciation of selected word from en.wiktionary.org"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Check how to pronounce words as you browse.

This extension adds a button in your browser's toolbar. Select a word then click, or click then enter a word, to see/hear how to pronounce it.

You can choose a list of preferred languages, the first one will be used by default.

Pronunciations are provided by https://en.wiktionary.org

This extension is open source with GPLv3 license
https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection                    

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

ชื่อ Wiktionary Pronounce Selection Wiktionary Pronounce Selection
ID obdelgcmbklmhimmklkajobdoacfbdpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiktionary-pronounce-sele/obdelgcmbklmhimmklkajobdoacfbdpc
คำอธิบาย Show pronunciation of selected word from en.wiktionary.org
ขนาดไฟล์ 75.68 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-09-08
วันที่เผยแพร่ 2020-11-09
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Mehdi Abdelkhalek
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection
URL หน้าช่วยเหลือ https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiktionary Pronounce Selection",
    "version": "0.4",
    "description": "Show pronunciation of selected word from en.wiktionary.org",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Wiktionary Pronounce",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}