Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

ما هو Oxford Dictionary Search؟

Oxford Dictionary Search هو إضافة Chrome تم تطويرها بواسطة progmonster، والميزة الرئيسية لها هي "Searches selected words in the Online Oxford Dictionary".

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

screenshot

تحميل ملف CRX للإضافة Oxford Dictionary Search

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

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

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

الاسم Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
عنوان URL الرسمي https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
الوصف Searches selected words in the Online Oxford Dictionary
حجم الملف 19.39 KB
عدد التثبيتات 3,000
النسخة الحالية 0.2
آخر تحديث 2016-11-02
تاريخ النشر 2016-11-02
تقييم 2.91/5 مجموع تقييمات 86
المطور progmonster
نوع الدفع free
موقع الإضافة https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}