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.
Was ist Bucket List?
Bucket List ist eine Chrome-Erweiterung, die von rrsk entwickelt wurde, und ihr Hauptmerkmal ist "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".
Erweiterungsscreenshots
Bucket List-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bucket List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
Offizielle URL | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
Beschreibung | Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work. |
Dateigröße | 308 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-10-04 |
Veröffentlichungsdatum | 2017-10-04 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | rrsk |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |