Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

Cambridge Dictionary Lookup là gì?

Cambridge Dictionary Lookup là một tiện ích mở rộng Chrome được phát triển bởi namnguyenhoai.info, và tính năng chính của nó là "Looks up the selected text on Cambridge Dictionary".

Ả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 Cambridge Dictionary Lookup

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

                        Looks up the selected text on https://dictionary.cambridge.org
- Just right-click on the selected text and choose "Cambridge Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

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

Tên Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
URL Chính Thức https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
Mô tả Looks up the selected text on Cambridge Dictionary
Kích Thước Tệp 42.82 KB
Số Lần Cài Đặt 23,482
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-02-26
Ngày Phát Hành 2019-02-26
Đánh Giá 4.68/5 Tổng số 50 Đánh Giá
Nhà Phát Triển namnguyenhoai.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://namnguyenhoai.info/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Cambridge Dictionary",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}