Rundown
Your tasks, easily managed in the new-tab page.
Rundownคืออะไร?
Rundown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hristiyan Dodov และคุณลักษณะหลักของมันคือ "Your tasks, easily managed in the new-tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rundown
ดาวน์โหลดไฟล์ส่วนขยาย Rundown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's simple. You get a rich-text editor where you can structure tasks however you wish.
On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax
You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | opjjddkgmphhkjlgocopmeolmmibiphb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
| คำอธิบาย | Your tasks, easily managed in the new-tab page. |
| ขนาดไฟล์ | 149 KB |
| จำนวนการติดตั้ง | 22 |
| เวอร์ชันปัจจุบัน | 1.0.3 |
| อัปเดตครั้งล่าสุด | 2019-10-23 |
| วันที่เผยแพร่ | 2019-10-23 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Hristiyan Dodov |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.3",
"name": "Rundown",
"description": "Your tasks, easily managed in the new-tab page.",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |