LookUp - Personal Vocabulary Companion
Build your vocabulary by looking up word meanings, and saving the ones you want.
LookUp - Personal Vocabulary Companion क्या है?
LookUp - Personal Vocabulary Companion https://ninadsutrave.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build your vocabulary by looking up word meanings, and saving the ones you want."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LookUp - Personal Vocabulary Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LookUp is a free and easy-to-use vocabulary companion. A handy extension for all (especially for students, frequent readers and new English learners), as it helps in learning new words and building one's vocabulary. Key features: ⋆ Instantly search for the meaning of a word that you haven't heard before. ⋆ Get more information such as the part of speech, phonetics, sentence usage, pronunciation and more. ⋆ Save the words in your very own personal bookmarked list for viewing them later which is a great way to build your knowledge. ⋆ Use the Shortcut Key: Ctrl + Shift + L for quicker access to the extension. Add it to your chrome browser now to try it out! Like it? Dislike it? Have a suggestion? Let me know by writing a feedback. Source Code: https://github.com/NinadSutrave/lookup-chrome Thank you!
एक्सटेंशन की मूल जानकारी
नाम | LookUp - Personal Vocabulary Companion |
ID | lamkbakfmcoaibacdbpgejffopbhhpgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/lookup-personal-vocabular/lamkbakfmcoaibacdbpgejffopbhhpgn |
विवरण | Build your vocabulary by looking up word meanings, and saving the ones you want. |
फ़ाइल का आकार | 368 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-05-12 |
प्रकाशन तिथि | 2022-01-18 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://ninadsutrave.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/ninadsutrave/lookup-chrome/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LookUp - Personal Vocabulary Companion", "description": "Build your vocabulary by looking up word meanings, and saving the ones you want.", "version": "1.0.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |