DoTab: The Minimalist New Tab To-Do List
Remember everything, stay on track, and actually use your to-do list.
DoTab: The Minimalist New Tab To-Do Listとは何ですか?
DoTab: The Minimalist New Tab To-Do Listはandy.orsowによって開発されたChromeの拡張機能で、その主な機能は「Remember everything, stay on track, and actually use your to-do list.」です。
拡張機能のスクリーンショット
DoTab: The Minimalist New Tab To-Do List拡張機能のCRXファイルをダウンロード
DoTab: The Minimalist New Tab To-Do List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Never struggle to quickly add or keep track of tasks again. DoTab replaces your new tab with an elegant minimalist to-do list. Why you'll like it: - wildly simple and easy to use - looks slick and comes with dark mode - you'll never forget about your to-do list again ***DATA*** We don't store your data. DoTab uses Chrome Storage to sync your tasks across whatever chrome browsers you're logged into, that's handled by Google, and we can't see it. -- A note from the creator of DoTab: "I made DoTab because frankly, I suck at to-do lists. I've tried tons of different apps, notebooks, and planners and they all suffer from the same problem. They're out of reach, out of sight, out of mind. I wanted to make something that was helpful, pleasing to look at, and enjoyable to use. I hope you find it to be at least one of those things. ;)" -Andy, creator of DoTab
拡張機能の基本情報
名前 | DoTab: The Minimalist New Tab To-Do List |
ID | lejobjgkpdfhmchhdaecdkdlepclglaa |
公式URL | https://chromewebstore.google.com/detail/dotab-the-minimalist-new/lejobjgkpdfhmchhdaecdkdlepclglaa |
説明 | Remember everything, stay on track, and actually use your to-do list. |
ファイルサイズ | 14.31 KB |
インストール数 | 96 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-05-19 |
公開日 | 2023-05-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | andy.orsow |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DoTab: The Minimalist New Tab To-Do List", "version": "1.0.2", "description": "Remember everything, stay on track, and actually use your to-do list.", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "chrome_url_overrides": { "newtab": "index.html" } } |