Dictionary

Full-featured dictionary extension

Dictionary là gì?

Dictionary là một tiện ích mở rộng Chrome được phát triển bởi https://e-dictionary.org, và tính năng chính của nó là "Full-featured dictionary extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Easily look up word definitions, pronunciations and synonyms as you browse the web                    

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

Tên Dictionary Dictionary
ID nhbchcfeodkcblfpdjdhelcfbefefmag
URL Chính Thức https://chromewebstore.google.com/detail/dictionary/nhbchcfeodkcblfpdjdhelcfbefefmag
Mô tả Full-featured dictionary extension
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 4,383
Phiên Bản Hiện Tại 23.11.11
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2023-02-14
Đánh Giá 5.00/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://e-dictionary.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://e-dictionary.org
URL Trang Chính Sách Bảo Mật https://essentialkit.org/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName_",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dictionary\/nhbchcfeodkcblfpdjdhelcfbefefmag",
    "version": "23.11.11",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "permissions": [
        "declarativeNetRequest",
        "contextMenus",
        "storage",
        "cookies"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo-16x16.png",
            "24": "assets\/logo-24x24.png",
            "32": "assets\/logo-32x32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-24x24.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-script\/winbox.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options-page\/options.html",
    "background": {
        "service_worker": "background-script\/background.js"
    }
}