done.today
Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.
What is done.today?
done.today is a Chrome extension developed by https://usedone.today, and its main feature is "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.".
Extension Screenshots
Download done.today Extension CRX File
Download done.today extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | dicmbalkebnfabeppjbpalefhcglphei |
Official URL | https://chromewebstore.google.com/detail/donetoday/dicmbalkebnfabeppjbpalefhcglphei |
Description | Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard. |
File Size | 1.78 MB |
Installation Count | 31 |
Current Version | 1.8 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://usedone.today |
Payment Type | free |
Extension Website | http://usedone.today |
Supported Languages | 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": [] } |