Simple Todo
Replace the newtab page with a simple todo list
Simple Todoคืออะไร?
Simple Todo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arnelle Balane และคุณลักษณะหลักของมันคือ "Replace the newtab page with a simple todo list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Todo
ดาวน์โหลดไฟล์ส่วนขยาย Simple Todo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FEATURES
👉 Manage todo items across three predefined lists: Today, This Week, Eventually
🌒 Dark mode
🎨 Configurable color schemes
🏞 Background images from Unsplash or custom uploaded image
🙈 Privacy mode
🏷 Custom tags
🔍 Search and filtering
🔗 Quick links and frequently visited sites ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kobeijgkgkcgknodjkganceliljepmjf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
| คำอธิบาย | Replace the newtab page with a simple todo list |
| ขนาดไฟล์ | 706 KB |
| จำนวนการติดตั้ง | 1,898 |
| เวอร์ชันปัจจุบัน | 1.13.10 |
| อัปเดตครั้งล่าสุด | 2024-02-12 |
| วันที่เผยแพร่ | 2021-05-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 15 คะแนน |
| ผู้พัฒนา | Arnelle Balane |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://simple-todo.arnelle.dev/ |
| URL หน้าช่วยเหลือ | https://github.com/arnellebalane/simple-todo/issues/new |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Todo",
"version": "1.13.10",
"description": "Replace the newtab page with a simple todo list",
"icons": {
"48": "build\/icons\/48x48.png",
"128": "build\/icons\/128x128.png"
},
"author": "Arnelle Balane",
"homepage_url": "https:\/\/simple-todo.arnelle.dev",
"chrome_url_overrides": {
"newtab": "build\/index.html"
},
"permissions": [
"topSites"
],
"host_permissions": [
"https:\/\/simple-todo.arnelle.dev\/"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https:\/\/simple-todo.arnelle.dev https:\/\/images.unsplash.com https:\/\/o31372.ingest.sentry.io"
}
} | |