dict.cc context menu

add a context-menu for dict.cc

dict.cc context menu란 무엇입니까?

dict.cc context menu은(는) breiti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "add a context-menu for dict.cc"입니다.

확장 프로그램 스크린샷

screenshot

dict.cc context menu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 dict.cc context menu dict.cc context menu
ID ijmkoefdiklbdnfbafpgekimgkgbkfna
공식 URL https://chromewebstore.google.com/detail/dictcc-context-menu/ijmkoefdiklbdnfbafpgekimgkgbkfna
설명 add a context-menu for dict.cc
파일 크기 9.61 KB
설치 횟수 1,391
현재 버전 1.1.1
최근 업데이트 2024-02-08
출시 날짜 2012-10-21
평점 4.78/5 총 18 개의 평점
개발자 breiti
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}