done.today
Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.
什麼是done.today?
done.today是由https://usedone.today開發的Chrome擴展程式,該擴展的主要功能是“Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.”。
擴展截圖
下載done.today擴展crx文件
下載done.today擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
done.today replaces your new tab into a beautiful and productive workbench Make daily check-ins, track completed items, maintain streaks and become more productive with #donetoday
擴展基本資訊
名稱 | |
ID | dicmbalkebnfabeppjbpalefhcglphei |
官方網址 | https://chromewebstore.google.com/detail/donetoday/dicmbalkebnfabeppjbpalefhcglphei |
簡介 | Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard. |
檔案大小 | 1.78 MB |
安裝次數 | 31 |
目前版本 | 1.8 |
更新時間 | 2020-05-04 |
上架時間 | 2020-05-03 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://usedone.today |
付費類型 | free |
擴展官網 | http://usedone.today |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "done.today", "description": "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.", "version": "1.8", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'; 'unsafe-eval'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "storage" ], "browser_action": [] } |