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