Habits by Artemis

A New Tab replacement that keeps your short-term and long-term habits on track.

Habits by Artemisคืออะไร?

Habits by Artemis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getartemis.app และคุณลักษณะหลักของมันคือ "A New Tab replacement that keeps your short-term and long-term habits on track."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Habits by Artemis

ดาวน์โหลดไฟล์ส่วนขยาย Habits by Artemis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A big problem with habit tracking apps is you have to get into the habit of even checking them! Habits by Artemis replaces your new tab page so that you can always remember while you're browsing.

Habits has great features like

- Streaks: Don't break the streak, keep going!
- Customization (upcoming): Want to do a habit only on weekdays, twice per week, or even 5 times a day? Now you can customize to your heart's content!
- Goals (upcoming): Doing a 30 day habit challenge? You can set goals on completing your habits for a certain number of days or by a certain date so that they stick!

If you like other productivity tools, check out https://getartemis.app!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Habits by Artemis Habits by Artemis
ID cibmogekopkclmjglcgnicpbbcippdpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/habits-by-artemis/cibmogekopkclmjglcgnicpbbcippdpd
คำอธิบาย A New Tab replacement that keeps your short-term and long-term habits on track.
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2019-10-03
วันที่เผยแพร่ 2019-10-03
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://getartemis.app
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habits by Artemis",
    "version": "1.1.4",
    "description": "A New Tab replacement that keeps your short-term and long-term habits on track.",
    "icons": {
        "16": ".\/assets\/img\/16.png",
        "48": ".\/assets\/img\/48.png",
        "128": ".\/assets\/img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}