Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
¿Qué es Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page es una extensión de Chrome desarrollada por joshspicer, y su función principal es "Replaces the new tab page with colorful motivation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Colorful Motivation - New Tab Page
Descarga archivos de extensión Colorful Motivation - New Tab Page 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
Replace the (boring) new tab page with (fun and colorful) motivation. Displays your current age as it slowly ticks up, and generates a background color based on that moment. Easy to edit your birthday, just click the date in the bottom-left! Inspired by the idea put forth in Chrome extension "Motivation" by maccman. Open source on Github: https://github.com/joshspicer/colorful-motivation
Información Básica de la Extensión
Nombre | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
URL Oficial | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
Descripción | Replaces the new tab page with colorful motivation. |
Tamaño del Archivo | 178 KB |
Cantidad de Instalaciones | 160 |
Versión Actual | 0.31 |
Última Actualización | 2018-08-22 |
Fecha de Publicación | 2018-08-21 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | joshspicer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Motivation - New Tab Page", "version": "0.31", "author": "Josh Spicer", "description": "Replaces the new tab page with colorful motivation.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |