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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}