Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
¿Qué es Word Of The Day!?
Word Of The Day! es una extensión de Chrome desarrollada por Troy Sultan, y su función principal es "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Word Of The Day!
Descarga archivos de extensión Word Of The Day! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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! :-)
Información Básica de la Extensión
Nombre | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
URL Oficial | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
Descripción | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
Tamaño del Archivo | 77.91 KB |
Cantidad de Instalaciones | 5,233 |
Versión Actual | 1.5.1 |
Última Actualización | 2014-09-04 |
Fecha de Publicación | 2014-09-04 |
Calificación | 4.00/5 Total de 19 Calificaciones |
Desarrollador | Troy Sultan |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |