E2B Dictionary v5

View definitions easily as you browse the web. Just double click any word on any page.

E2B Dictionary v5 là gì?

E2B Dictionary v5 là một tiện ích mở rộng Chrome được phát triển bởi https://www.trivuztech.com/free/e2b, và tính năng chính của nó là "View definitions easily as you browse the web. Just double click any word on any page.".

Ả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 E2B Dictionary v5

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

                        E2B Dictionary v.5.1
Powered by Google Dictionary

How to use:
যেকোন ওয়েবসাইটে যেকোন ইংরেজী শব্দের উপরে ডাবল ক্লিক করলে নিজের ভাষায় অর্থ দেখতে পাবেন। এক্সটেনশন অপশনে গিয়ে যেকোন সময় নিজের ভাষা পরিবর্তন করে নিতে পারবেন।


Version History:
8 Feb 2022 : Version 5.1 released.
3 Feb 2022 : Version 5.0 released.
25 Dec 2020 : Version 4.2 released.
15 Nov 2020 : Version 4.1 released.
20 Dec 2018 : Version 4.0 released.
10 Apr 2016 : Version 3.1 released.
18 Jan 2016 : Version 3.0 released.
3 Mar 2015 : Version 2.1 released.
21 Feb 2015 : Version 2.0 released.
20 Feb 2015 : Version 1.1 released.
17 Feb 2015 : Version 1.0 released.                    

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

Tên E2B Dictionary v5 E2B Dictionary v5
ID kdofmbkpgbcabbjdaomfjhgplpbbgohi
URL Chính Thức https://chrome.google.com/webstore/detail/e2b-dictionary-v5/kdofmbkpgbcabbjdaomfjhgplpbbgohi
Mô tả View definitions easily as you browse the web. Just double click any word on any page.
Kích Thước Tệp 50.03 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2022-02-08
Ngày Phát Hành 2020-03-06
Đánh Giá 4.51/5 Tổng số 63 Đánh Giá
Nhà Phát Triển https://www.trivuztech.com/free/e2b
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trivuztech.com/free/e2b
URL Trang Trợ Giúp https://trivuztech.com/free/e2b/help
URL Trang Chính Sách Bảo Mật https://www.trivuztech.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ bn
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E2B Dictionary v5",
    "version": "5.1",
    "description": "View definitions easily as you browse the web. Just double click any word on any page.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "content.min.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "static\/icon19.png",
        "default_title": "E2B Dictionary",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/clients5.google.com https:\/\/apis.google.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}