Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Look-it-up क्या है?
Look-it-up https://timothytocci.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds context menu item that looks up selected text on dictionary sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Look-it-up एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. To view the source code for this extension and many more visit: http://timothytocci.com/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ipjahghegoomngoikgmnngibghgockhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
विवरण | Adds context menu item that looks up selected text on dictionary sites |
फ़ाइल का आकार | 12.31 KB |
स्थापना संख्या | 274 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2014-05-31 |
प्रकाशन तिथि | 2014-05-31 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://timothytocci.wordpress.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://timothytocci.com/ |
सहायता पृष्ठ URL | http://timothytocci.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look-it-up", "description": "Adds context menu item that looks up selected text on dictionary sites", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "app.js" ] }, "options_page": "options.html", "icons": { "16": "book16.png", "32": "book32.png", "48": "book48.png", "128": "book128.png" }, "manifest_version": 2 } |