Streak Tracker
Track your most important habit on a new tab
Streak Trackerคืออะไร?
Streak Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ignacio.al และคุณลักษณะหลักของมันคือ "Track your most important habit on a new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streak Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Streak Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
-----
Updates for 1.6.2:
Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak.
We will keep improving this extension for you!
-----
Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak!
If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
| คำอธิบาย | Track your most important habit on a new tab |
| ขนาดไฟล์ | 11.82 KB |
| จำนวนการติดตั้ง | 505 |
| เวอร์ชันปัจจุบัน | 1.6.2 |
| อัปเดตครั้งล่าสุด | 2022-03-04 |
| วันที่เผยแพร่ | 2018-06-05 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://ignacio.al |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://ignacio.al |
| URL หน้าช่วยเหลือ | https://twitter.com/ignacioaal |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Streak Tracker",
"description": "Track your most important habit on a new tab",
"version": "1.6.2",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"128": "\/file.png"
},
"chrome_url_overrides": {
"newtab": "\/index.html"
}
} | |