Definer Of Words

Defines Words You Highlight With Mouse Cursor

Definer Of Words là gì?

Definer Of Words là một tiện ích mở rộng Chrome được phát triển bởi kevin.teal1, và tính năng chính của nó là "Defines Words You Highlight With Mouse Cursor".

Ả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 Definer Of Words

Tải xuống các tệp mở rộng Definer Of Words 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

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

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

Tên Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
URL Chính Thức https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Mô tả Defines Words You Highlight With Mouse Cursor
Kích Thước Tệp 45.1 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-21
Ngày Phát Hành 2015-07-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kevin.teal1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}