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.
What is Bucket List?
Bucket List is a Chrome extension developed by rrsk, and its main feature is "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.".
Extension Screenshots
Download Bucket List Extension CRX File
Download Bucket List extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
Official URL | 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. |
File Size | 308 KB |
Installation Count | 83 |
Current Version | 1.1 |
Last Updated | 2017-10-04 |
Publish Date | 2017-10-04 |
Rating | 4.33/5 Total 3 Ratings |
Developer | rrsk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |