Word Of The Day!

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

What is Word Of The Day!?

Word Of The Day! is a Chrome extension developed by Troy Sultan, and its main feature is "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.".

Extension Screenshots

screenshot
screenshot

Download Word Of The Day! Extension CRX File

Download Word Of The Day! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! :-)                    

Extension Basic Information

Name Word Of The Day! Word Of The Day!
ID kloedcdpipobfmidkoafhmmmlpfjjehl
Official URL https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl
Description Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
File Size 77.91 KB
Installation Count 5,233
Current Version 1.5.1
Last Updated 2014-09-04
Publish Date 2014-09-04
Rating 4.00/5 Total 19 Ratings
Developer Troy Sultan
Payment Type free
Supported Languages 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\/"
    ]
}