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'est-ce que Bucket List ?
Bucket List est une extension Chrome développée par rrsk, et sa fonction principale est "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bucket List
Téléchargez les fichiers d'extension Bucket List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
URL Officiel | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
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. |
Taille du Fichier | 308 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-10-04 |
Date de Publication | 2017-10-04 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | rrsk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |