Word Definer

Get the definitions of all big or complex words from every webpage

Word Definer là gì?

Word Definer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Get the definitions of all big or complex words from every webpage".

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

screenshot
screenshot
screenshot

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

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

                        Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.                    

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

Tên Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
URL Chính Thức https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Mô tả Get the definitions of all big or complex words from every webpage
Kích Thước Tệp 21.79 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-11-02
Ngày Phát Hành 2021-11-02
Nhà Phát Triển Unknown
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",
    "name": "Word Definer",
    "description": "Get the definitions of all big or complex words from every webpage",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/dictionary16x16.png",
        "48": "images\/dictionary48x48.png",
        "128": "images\/dictionary128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}