New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
¿Qué es New Tab - What have you made today??
New Tab - What have you made today? es una extensión de Chrome desarrollada por Tim Holman, y su función principal es "Chrome small motivating extension for your new tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tab - What have you made today?
Descarga archivos de extensión New Tab - What have you made today? 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
A fresh clean new tab screen, with a simple speed dial. Información Básica de la Extensión
| Nombre | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| URL Oficial | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Descripción | Chrome small motivating extension for your new tabs. |
| Tamaño del Archivo | 178 KB |
| Cantidad de Instalaciones | 175 |
| Versión Actual | 1.0.5 |
| Última Actualización | 2017-12-11 |
| Fecha de Publicación | 2017-12-11 |
| Calificación | 4.67/5 Total de 3 Calificaciones |
| Desarrollador | Tim Holman |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/tholman/what-have-you-made-today |
| URL de la Página de Ayuda | https://github.com/tholman/what-have-you-made-today |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab - What have you made today?",
"description": "Chrome small motivating extension for your new tabs.",
"short_name": "WHYMT - New Tab",
"version": "1.0.5",
"author": "Tim Holman",
"homepage_url": "https:\/\/github.com\/tholman\/what-have-you-made-today",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"storage"
],
"applications": {
"gecko": {
"id": "@what-have-you-made-today",
"strict_min_version": "54.0"
}
},
"manifest_version": 2
} | |