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”。
擴展截圖
下載dict.cc context menu擴展crx文件
下載dict.cc context menu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 dic3. 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 |
ID | ijmkoefdiklbdnfbafpgekimgkgbkfna |
官方網址 | 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" } |