TODOs
Simple to do list in minimalist visual aesthetics
什麼是TODOs?
TODOs是由Adrian開發的Chrome擴展程式,該擴展的主要功能是“Simple to do list in minimalist visual aesthetics”。
擴展截圖
下載TODOs擴展crx文件
下載TODOs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
擴展基本資訊
名稱 | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
官方網址 | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
簡介 | Simple to do list in minimalist visual aesthetics |
檔案大小 | 11.33 KB |
安裝次數 | 18 |
目前版本 | 0.0.2 |
更新時間 | 2018-02-03 |
上架時間 | 2018-02-02 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Adrian |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |