Q Todo
A minimal todo list app that opens with the click of a button.
Q Todoคืออะไร?
Q Todo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Query และคุณลักษณะหลักของมันคือ "A minimal todo list app that opens with the click of a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Q Todo
ดาวน์โหลดไฟล์ส่วนขยาย Q Todo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Q Todo is a clean, minimal todo app that opens in an extension popup and syncs accross devices for the easiest user interaction possible.
Q Todo is completely free. No hidden costs, no "premium only" features, nothing. It's completely free and completely open source, for anyone to use. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gjohihdledaphmnmelialnhkkehommdk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
| คำอธิบาย | A minimal todo list app that opens with the click of a button. |
| ขนาดไฟล์ | 10.21 KB |
| จำนวนการติดตั้ง | 364 |
| เวอร์ชันปัจจุบัน | 1.0.3 |
| อัปเดตครั้งล่าสุด | 2019-04-11 |
| วันที่เผยแพร่ | 2019-04-11 |
| คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Query |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Q Todo",
"description": "A minimal todo list app that opens with the click of a button.",
"version": "1.0.3",
"permissions": [
"declarativeContent",
"storage",
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/"
],
"background": {
"page": "bg.html"
},
"incognito": "split",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Q Todo"
},
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |