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开发的Chrome扩展程序,该扩展的主要功能是“Displays one new vocabulary word each day, it's definition and an example sentence from around the web.”。

扩展截图

screenshot
screenshot

下载Word Of The Day!扩展crx文件

下载Word Of The Day!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}