Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
¿Qué es Motivation Todo list with age counter.?
Motivation Todo list with age counter. es una extensión de Chrome desarrollada por wojciech.kokorzycki, y su función principal es "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Motivation Todo list with age counter.
Descarga archivos de extensión Motivation Todo list with age counter. 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
Información Básica de la Extensión
Nombre | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
URL Oficial | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Descripción | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
Tamaño del Archivo | 489 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 0.1.1 |
Última Actualización | 2017-03-18 |
Fecha de Publicación | 2017-03-18 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | wojciech.kokorzycki |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |