Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

ما هو Define؟

Define هو إضافة Chrome تم تطويرها بواسطة Abhinav Mehta، والميزة الرئيسية لها هي "Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…".

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

screenshot

تحميل ملف CRX للإضافة Define

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

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

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

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

الاسم Define Define
ID ghekgieimigknomennplpoiomnldfbaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
الوصف Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
حجم الملف 16.1 KB
عدد التثبيتات 35
النسخة الحالية 0.0.1
آخر تحديث 2020-09-28
تاريخ النشر 2020-09-28
تقييم 5.00/5 مجموع تقييمات 1
المطور Abhinav Mehta
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}