words.
There are no uninteresting words; only uninterested people.
words. क्या है?
words. B Jones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "There are no uninteresting words; only uninterested people."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में words. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that is aptly named - it will provide you with words to increase your vocabulary, nothing else. Each day a new word, including its definition and an example sentence. Our words are neither exceedingly narrow technical terms nor dazzling but largely hypothetical, like a word for a fear of cupcakes for example. They are proper English words that you theoretically could (although depending on your current audience not necessarily should) use in everyday conversation. Upon installation, the extension will add a small browser button. Clicking it will produce your daily word. It will never introduce itself unless you click the button. You can click the button as often as you like, but a new word will only appear overnight. Each day has its own nugget of vocabulary, like a tear-off calendar.
एक्सटेंशन की मूल जानकारी
नाम | words. |
ID | eaabheapbodnjapjjhmgdkkgppadjgnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/words/eaabheapbodnjapjjhmgdkkgppadjgnf |
विवरण | There are no uninteresting words; only uninterested people. |
फ़ाइल का आकार | 74.14 KB |
स्थापना संख्या | 737 |
वर्तमान संस्करण | 0.33 |
अंतिम अपडेट | 2015-03-18 |
प्रकाशन तिथि | 2015-03-18 |
रेटिंग | 4.91/5 कुल 35 रेटिंग्स |
डेवलपर | B Jones |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "words.", "version": "0.33", "background": { "page": "content\/background.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/eaabheapbodnjapjjhmgdkkgppadjgnf", "description": "There are no uninteresting words; only uninterested people.", "minimum_chrome_version": "17.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "old word", "default_popup": "content\/words.html" } } |