dict.cc context menu
add a context-menu for dict.cc
dict.cc context menu क्या है?
dict.cc context menu breiti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "add a context-menu for dict.cc"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dict.cc context menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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 |
आधिकारिक 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" } |