dict.cc context menu

add a context-menu for dict.cc

dict.cc context menu là gì?

dict.cc context menu là một tiện ích mở rộng Chrome được phát triển bởi breiti, và tính năng chính của nó là "add a context-menu for dict.cc".

Ả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 dict.cc context menu

Tải xuống các tệp mở rộng dict.cc context menu 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

                        This extension adds a new line to your context menu, where you can easily translate the selected word on dict.cc


Cool! But there is an extension. Why do you created the same again?

You may have noticed that there already is an extension which integrates dict.cc in your browsers context menu.

But in my opinion it was doing too much. The context menu really annoyed me.

My workflow when i wish to translate something is actually the following:

1. i open a new tab (ctrl+t)
2. type dic
3. paste the word/phrase i want to get translated
4. close the tab

But when iam reading long texts, i would prefere a mouse-only solution.

Why should i use it?
1) It's easy to use
2) It's unobtrusive
3) It works well
4) It does not use any system resources until you open your context menu
5) It's open source! (Source: https://github.com/BreiteSeite/chrome-extension-dict-cc)                    

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

Tên dict.cc context menu dict.cc context menu
ID ijmkoefdiklbdnfbafpgekimgkgbkfna
URL Chính Thức https://chromewebstore.google.com/detail/dictcc-context-menu/ijmkoefdiklbdnfbafpgekimgkgbkfna
Mô tả add a context-menu for dict.cc
Kích Thước Tệp 9.61 KB
Số Lần Cài Đặt 1,391
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2012-10-21
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển breiti
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "contextMenu.js"
    },
    "icons": {
        "128": "static\/logo128.png"
    },
    "default_locale": "en"
}