Checklist
Checklist
Checklistคืออะไร?
Checklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Togglecorp และคุณลักษณะหลักของมันคือ "Checklist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checklist
ดาวน์โหลดไฟล์ส่วนขยาย Checklist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple checklist addon to keep tracks of things.
- Badge shows the no. of things to do in your checklist.
- Separate list for things to do and things already done.
- Items can be sorted by dragging them.
- Users can add custom tags with '@'. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
| คำอธิบาย | Checklist |
| ขนาดไฟล์ | 96.89 KB |
| จำนวนการติดตั้ง | 20,000 |
| เวอร์ชันปัจจุบัน | 1.3.0 |
| อัปเดตครั้งล่าสุด | 2020-07-12 |
| วันที่เผยแพร่ | 2020-05-30 |
| คะแนน | 4.52/5 รวมทั้งหมด 27 คะแนน |
| ผู้พัฒนา | Togglecorp |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "Checklist",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
],
"icons": {
"32": "icons\/checklist-32.png",
"64": "icons\/checklist-64.png",
"128": "icons\/checklist-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"name": "Checklist",
"description": "Checklist",
"author": "",
"version": "1.3.0"
} | |