Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

Goldtect Dictionary là gì?

Goldtect Dictionary là một tiện ích mở rộng Chrome được phát triển bởi http://www.jinweijie.com, và tính năng chính của nó là "A bilingual English-Chinese dictionary extension to easily look-up words.".

Ả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 Goldtect Dictionary

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

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

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

Tên Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL Chính Thức https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Mô tả A bilingual English-Chinese dictionary extension to easily look-up words.
Kích Thước Tệp 78.04 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2014-04-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.jinweijie.com
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": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}