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 là gì?

Define là một tiện ích mở rộng Chrome được phát triển bởi Abhinav Mehta, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Define

Tải xuống các tệp mở rộng Define dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Chính Thức https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Mô tả 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…
Kích Thước Tệp 16.1 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-09-28
Ngày Phát Hành 2020-09-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Abhinav Mehta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}