New Word Tab
Learn a word per new tab
New Word Tab क्या है?
New Word Tab Sajad Hashemian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn a word per new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Word Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🔬 Examples and definitions of words 🔊 Listen to the word pronunciation ✅ Mark words for easier review 🔍 Search for custom words definitions 📘 Quickly look up the word in Google translate 📚 Includes +10,000 words from popular vocabulary lists: • GMAT • GRE • Longman • Oxford • SAT • TOEFL 📜 History of last displayed words to prevent missing a word by accidentally closing a tab 🌐 Create shortcuts for your favorite sites so you can easily access them on the same tab 🌙 Switch between Light & Dark themes that best suit your desktop 🖼 Customize the tabs' background image Feel free to suggest new ideas and contribute to the project. Source code: https://github.com/sajadhsm/new-word-tab
एक्सटेंशन की मूल जानकारी
नाम | New Word Tab |
ID | chmiakanncpjleocgbemoghkkpjicjla |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-word-tab/chmiakanncpjleocgbemoghkkpjicjla |
विवरण | Learn a word per new tab |
फ़ाइल का आकार | 185 KB |
स्थापना संख्या | 143 |
वर्तमान संस्करण | 1.6.0 |
अंतिम अपडेट | 2022-05-18 |
प्रकाशन तिथि | 2021-10-07 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | Sajad Hashemian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sajadhsm/new-word-tab |
सहायता पृष्ठ URL | https://github.com/sajadhsm/new-word-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Word Tab", "description": "Learn a word per new tab", "version": "1.6.0", "chrome_url_overrides": { "newtab": ".\/dist\/newTab\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true, "chrome_style": false, "browser_style": false }, "icons": { "16": ".\/assets\/16.png", "32": ".\/assets\/32.png", "48": ".\/assets\/48.png", "128": ".\/assets\/128.png" }, "content_security_policy": "img-src * data:;object-src 'self';script-src 'self'" } |