done.today

Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.

done.todayคืออะไร?

done.today เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://usedone.today และคุณลักษณะหลักของมันคือ "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย done.today

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ done.today done.today
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": []
}