Word Of The Day!

Displays one new vocabulary word each day, it's definition and an example sentence from around the web.

Word Of The Day! क्या है?

Word Of The Day! Troy Sultan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays one new vocabulary word each day, it's definition and an example sentence from around the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Of The Day! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Word Of The Day! displays one new vocabulary word each day and it's definition, along with 1-2 example sentences from around the web.

Note: Vocabulary words do not update over the weekend.

v 1.2 changes: minor bug fixes, font and color updates.
v 1.3 changes: design/UI updates. 
v 1.4 changes: fixed word spacing and broken links.
v 1.5 changes: Updated data handling

Please comment with feature/improvement suggestions! :-)                    

एक्सटेंशन की मूल जानकारी

नाम Word Of The Day! Word Of The Day!
ID kloedcdpipobfmidkoafhmmmlpfjjehl
आधिकारिक URL https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl
विवरण Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
फ़ाइल का आकार 77.91 KB
स्थापना संख्या 5,233
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2014-09-04
प्रकाशन तिथि 2014-09-04
रेटिंग 4.00/5 कुल 19 रेटिंग्स
डेवलपर Troy Sultan
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Of The Day!",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/api.wordnik.com\/"
    ]
}