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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    ]
}