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.
Bucket Listとは何ですか?
Bucket Listはrrskによって開発されたChromeの拡張機能で、その主な機能は「Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.」です。
拡張機能のスクリーンショット
Bucket List拡張機能のCRXファイルをダウンロード
Bucket List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
公式URL | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
説明 | Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work. |
ファイルサイズ | 308 KB |
インストール数 | 83 |
現在のバージョン | 1.1 |
最終更新日 | 2017-10-04 |
公開日 | 2017-10-04 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | rrsk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |