Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
Wat is Word Of The Day!?
Word Of The Day! is een Chrome-extensie ontwikkeld door Troy Sultan, en de belangrijkste functie is "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Of The Day!
Download Word Of The Day!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! :-)
Basisinformatie over de Extensie
Naam | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
Officiële URL | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
Beschrijving | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
Bestandsgrootte | 77.91 KB |
Aantal Installaties | 5,233 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2014-09-04 |
Publicatiedatum | 2014-09-04 |
Beoordeling | 4.00/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Troy Sultan |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |