English-Chinese dictionary (select->control)

This extension translates the selected English word into Chinese, or vice versa.

English-Chinese dictionary (select->control) là gì?

English-Chinese dictionary (select->control) là một tiện ích mở rộng Chrome được phát triển bởi Fujun Du, và tính năng chính của nó là "This extension translates the selected English word into Chinese, or vice versa.".

Ả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 English-Chinese dictionary (select->control)

Tải xuống các tệp mở rộng English-Chinese dictionary (select->control) 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 English-Chinese translator based on dict.cn (海词), Youdao dictionary (有道), Google Translate, and zdic (汉典).

It has two modes of usage:
1. Select text, then press and release the "control" key.
2. Click on the extension icon, enter text, choose the dictionary service you want to use (default "dict.cn"), and click on "Submit".                    

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

Tên English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
URL Chính Thức https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
Mô tả This extension translates the selected English word into Chinese, or vice versa.
Kích Thước Tệp 39.59 KB
Số Lần Cài Đặt 1,312
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2015-10-10
Ngày Phát Hành 2015-10-09
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Fujun Du
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": "English-Chinese dictionary (select->control)",
    "short_name": "dictionary",
    "description": "This extension translates the selected English word into Chinese, or vice versa.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "handle.css"
            ],
            "js": [
                "jquery.min.js",
                "handle.js",
                "popup.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    }
}