My Tasks: Todo-List for Google Chrome
My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
My Tasks: Todo-List for Google Chromeคืออะไร?
My Tasks: Todo-List for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keepers และคุณลักษณะหลักของมันคือ "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Tasks: Todo-List for Google Chrome
ดาวน์โหลดไฟล์ส่วนขยาย My Tasks: Todo-List for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is Todo List application which will replace your default "new tab" page. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | inhhamgcakfdohnnppfnehdbjomiglbp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp |
| คำอธิบาย | My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks. |
| ขนาดไฟล์ | 128 KB |
| จำนวนการติดตั้ง | 1,565 |
| เวอร์ชันปัจจุบัน | 0.2.0 |
| อัปเดตครั้งล่าสุด | 2015-11-02 |
| วันที่เผยแพร่ | 2015-11-02 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Keepers |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ianaya89/my-tasks |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My Tasks: Todo-List for Google Chrome",
"short_name": "My Tasks",
"version": "0.2.0",
"manifest_version": 2,
"description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
"browser_action": {
"default_title": "My Tasks"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |