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 |
官方URL | 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": [] } |