WordComplex (English Dictionary)

Add extra meaning to your web browsing. Look up for definitions while you are on web.

WordComplex (English Dictionary) là gì?

WordComplex (English Dictionary) là một tiện ích mở rộng Chrome được phát triển bởi Rajdeep Chauhan, và tính năng chính của nó là "Add extra meaning to your web browsing. Look up for definitions while you are on web.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordComplex (English Dictionary)

Tải xuống các tệp mở rộng WordComplex (English Dictionary) 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

                        Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon.
You can go forward and backward in your currently searched words.
Save the words to look up in future.                    

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

Tên WordComplex (English Dictionary) WordComplex (English Dictionary)
ID abiafidebmalgeploojmmpaplaglhhaf
URL Chính Thức https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf
Mô tả Add extra meaning to your web browsing. Look up for definitions while you are on web.
Kích Thước Tệp 73.07 KB
Số Lần Cài Đặt 234
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2019-05-19
Ngày Phát Hành 2019-05-19
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Rajdeep Chauhan
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": "WordComplex (English Dictionary)",
    "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.",
    "version": "2.1",
    "short_name": "WC",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "WordComplex"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tip.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "speaker.jpg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "storage"
    ]
}