Habits by Artemis

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

什么是Habits by Artemis?

Habits by Artemis是由https://getartemis.app开发的Chrome扩展程序,该扩展的主要功能是“A New Tab replacement that keeps your short-term and long-term habits on track.”。

扩展截图

screenshot

下载Habits by Artemis扩展crx文件

下载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"
    ]
}