Today

An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!

Todayคืออะไร?

Today เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Turner และคุณลักษณะหลักของมันคือ "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Today ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

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

ชื่อ Today Today
ID nlaopmodobgckcknfffmkpcgfoilbeig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig
คำอธิบาย An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
ขนาดไฟล์ 1.94 MB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2018-04-06
วันที่เผยแพร่ 2018-04-06
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Tim Turner
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Today",
    "version": "0.2.1",
    "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!",
    "author": "Tim Turner",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}