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.」です。
拡張機能のスクリーンショット
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! |
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\/" ] } |