A Dict

Look up a word definition in Macmillan English Dictionary.

A Dict là gì?

A Dict là một tiện ích mở rộng Chrome được phát triển bởi DNK Software, và tính năng chính của nó là "Look up a word definition in Macmillan English Dictionary.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng A Dict

Tải xuống các tệp mở rộng A Dict 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

                        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.                    

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

Tên A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
URL Chính Thức https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
Mô tả Look up a word definition in Macmillan English Dictionary.
Kích Thước Tệp 31.08 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-08
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển DNK Software
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}