Chrome Bing Dict

翻译来自Bing词典,可自动识别中英互译,可将翻译结果直接插入到页面内容之中

Chrome Bing Dictคืออะไร?

Chrome Bing Dict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dremy และคุณลักษณะหลักของมันคือ "翻译来自Bing词典,可自动识别中英互译,可将翻译结果直接插入到页面内容之中"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Bing Dict

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Bing Dict ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        超简洁的翻译插件

来自必应词典的权威词汇,可自动识别中英互译,并可将翻译结果直接插入到内容之中,在页面中选中词语后按'v'键即可。

同时也提供较为详细的分词性查询功能,可以直接在插件中进行查询。

此项目于Github开源,欢迎Star:https://github.com/DremyGit/ChromeBingDict                    

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

ชื่อ Chrome Bing Dict Chrome Bing Dict
ID enaoikphbblijoloobmapommnigpocid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-bing-dict/enaoikphbblijoloobmapommnigpocid
คำอธิบาย 翻译来自Bing词典,可自动识别中英互译,可将翻译结果直接插入到页面内容之中
ขนาดไฟล์ 26.86 KB
จำนวนการติดตั้ง 2,415
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2019-03-20
วันที่เผยแพร่ 2019-03-20
คะแนน 4.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Dremy
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DremyGit/ChromeBingDict
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "\u7ffb\u8bd1\u6765\u81eaBing\u8bcd\u5178\uff0c\u53ef\u81ea\u52a8\u8bc6\u522b\u4e2d\u82f1\u4e92\u8bd1\uff0c\u53ef\u5c06\u7ffb\u8bd1\u7ed3\u679c\u76f4\u63a5\u63d2\u5165\u5230\u9875\u9762\u5185\u5bb9\u4e4b\u4e2d",
    "short_name": "__MSG_shortName__",
    "version": "1.4.0",
    "icons": {
        "128": "icon.png"
    },
    "author": "Dremy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chrome-dict.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": false
    },
    "permissions": [
        "storage"
    ]
}