Dictionary Search (Dictionary.com/Youglish)

Provides floating buttons for a quick search on word pronunciation on multiple websites.

Dictionary Search (Dictionary.com/Youglish)คืออะไร?

Dictionary Search (Dictionary.com/Youglish) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leon และคุณลักษณะหลักของมันคือ "Provides floating buttons for a quick search on word pronunciation on multiple websites."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictionary Search (Dictionary.com/Youglish)

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

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

                        Currently supporting:
1. Dictionary.com
2. Cambridge Dictionary
3. Youglish
4. Howjsay

Open sourced on Github: https://github.com/leonwongdev/pronunciation-ext

Change log:
v1.0.4:
- Used website icons as buttons to reduce the menu size.                    

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

ชื่อ Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
คำอธิบาย Provides floating buttons for a quick search on word pronunciation on multiple websites.
ขนาดไฟล์ 18.62 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2023-09-04
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Leon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/leonwongprsn/pronunciation-ext
URL หน้าช่วยเหลือ https://github.com/leonwongdev/pronunciation-ext/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dictionary Search (Dictionary.com\/Youglish)",
    "version": "1.0.4",
    "description": "Provides floating buttons for a quick search on word pronunciation on multiple websites.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "author": "Leon",
    "icons": {
        "16": "research-16.png",
        "48": "research-48.png",
        "128": "research-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Dictionary Search (Dictionary.com\/Youglish)"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/brandyg.png",
                "images\/cam-dict.jpeg",
                "images\/dict-com.png",
                "images\/howjsay.png"
            ]
        }
    ]
}