Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

ما هو Word Definition؟

Word Definition هو إضافة Chrome تم تطويرها بواسطة http://haohany.github.io، والميزة الرئيسية لها هي "Get detailed definition in both English and Chinese for any selected word on a webpage.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Word Definition

قم بتنزيل ملفات الامتداد Word Definition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just select a word and you're good to go!                    

معلومات أساسية عن التمديد

الاسم Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
الوصف Get detailed definition in both English and Chinese for any selected word on a webpage.
حجم الملف 51.54 KB
عدد التثبيتات 181
النسخة الحالية 1.2
آخر تحديث 2015-03-01
تاريخ النشر 2015-03-01
تقييم 5.00/5 مجموع تقييمات 8
المطور http://haohany.github.io
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}