A Dict

Look up a word definition in Macmillan English Dictionary.

A Dictคืออะไร?

A Dict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DNK Software และคุณลักษณะหลักของมันคือ "Look up a word definition in Macmillan English Dictionary."

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

screenshot

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

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

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

                        Ever stumbled upon a word you are not sure about while reading a blog post or article? What about getting the word pronunciation, word forms, synonyms, and related phrases in one click?

A Dict powered by the amazing Macmillan English Dictionary ™ gives you just that and a bit more. Just right click on a word in question and choose the appropriate menu item or highlight the word and press Alt+S.                    

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

ชื่อ A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
คำอธิบาย Look up a word definition in Macmillan English Dictionary.
ขนาดไฟล์ 31.08 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2015-12-08
วันที่เผยแพร่ 2015-12-08
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา DNK Software
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.6",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "author": "Denis Korzunov",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "apt.js"
            ]
        }
    ],
    "commands": {
        "search-selected-text": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_hotkey_description__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "style.css",
        "style.js",
        "mlogo16.png"
    ]
}