English-Chinese dictionary (select->control)

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

English-Chinese dictionary (select->control)คืออะไร?

English-Chinese dictionary (select->control) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fujun Du และคุณลักษณะหลักของมันคือ "This extension translates the selected English word into Chinese, or vice versa."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English-Chinese dictionary (select->control)

ดาวน์โหลดไฟล์ส่วนขยาย English-Chinese dictionary (select->control) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
คำอธิบาย This extension translates the selected English word into Chinese, or vice versa.
ขนาดไฟล์ 39.59 KB
จำนวนการติดตั้ง 1,312
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2015-10-10
วันที่เผยแพร่ 2015-10-09
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Fujun Du
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
    }
}