Habit Keeper
Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.
Habit Keeperคืออะไร?
Habit Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bobakanoosh และคุณลักษณะหลักของมันคือ "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Habit Keeper
ดาวน์โหลดไฟล์ส่วนขยาย Habit Keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Note: Habit Keeper takes over your new tab page to make the magic happen. You can customize nearly every visual aspect of the extension, including the color scheme, radius, and thickness. Instructions: 1. Install Habit Keeper via chrome store 2. Open a new tab 3. Hit `esc` or `h` to open the options menu 4. After closing the options menu, and you've completed your goal for the day, hold click until the progress circle is complete. Do this every day for as long as you want! Use Examples: 1. You want to meditate every day 2. You want to stop smoking 3. You want to code every day Tags (Ignore): Habit Goals keeper streak routine productivity newtab design pleasing aesthetic tab bobakanoosh
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Habit Keeper |
ID | djmemjiaekoigemohhoofehlennhcaff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/habit-keeper/djmemjiaekoigemohhoofehlennhcaff |
คำอธิบาย | Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser. |
ขนาดไฟล์ | 393 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2018-11-03 |
วันที่เผยแพร่ | 2018-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Bobakanoosh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit Keeper", "author": "Bobakanoosh", "version": "1.1.0", "manifest_version": 2, "description": "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.", "homepage_url": "https:\/\/github.com\/Bobakanoosh\/HabitKeeper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Habit Keeper", "default_popup": "src\/page_action\/page_action.html" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ] } |