Bucket List
Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
¿Qué es Bucket List?
Bucket List es una extensión de Chrome desarrollada por rrsk, y su función principal es "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bucket List
Descarga archivos de extensión Bucket List 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
We all need motivation to do stuff and get ourselves going, but every time we loose our focus.To help you maintain your priorities this extension allows you save your task/ideas in to-do list while maintaining it across your chrome devices through google account sync automatically. To keep a measure of time a life clock is added as a new tab page with all your list.I hope that you enjoy it and wait for your feedback.
Información Básica de la Extensión
Nombre | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
URL Oficial | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
Descripción | Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work. |
Tamaño del Archivo | 308 KB |
Cantidad de Instalaciones | 83 |
Versión Actual | 1.1 |
Última Actualización | 2017-10-04 |
Fecha de Publicación | 2017-10-04 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | rrsk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bucket List", "description": "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.", "version": "1.1", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "bucketlist.png", "default_title": "Bucket List", "default_popup": "popup.html" } } |