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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}