Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
Was ist Word Of The Day!?
Word Of The Day! ist eine Chrome-Erweiterung, die von Troy Sultan entwickelt wurde, und ihr Hauptmerkmal ist "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.".
Erweiterungsscreenshots
Word Of The Day!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Of The Day!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! :-)
Grundlegende Informationen zur Erweiterung
Name | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
Offizielle URL | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
Beschreibung | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
Dateigröße | 77.91 KB |
Installationsanzahl | 5,233 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2014-09-04 |
Veröffentlichungsdatum | 2014-09-04 |
Bewertung | 4.00/5 Insgesamt 19 Bewertungen |
Entwickler | Troy Sultan |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |