Habits by Artemis

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

O que é Habits by Artemis?

Habits by Artemis é uma extensão do Chrome desenvolvida por https://getartemis.app, e sua principal característica é "A New Tab replacement that keeps your short-term and long-term habits on track.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Habits by Artemis

Baixe arquivos de extensão Habits by Artemis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Habits by Artemis Habits by Artemis
ID cibmogekopkclmjglcgnicpbbcippdpd
URL Oficial https://chromewebstore.google.com/detail/habits-by-artemis/cibmogekopkclmjglcgnicpbbcippdpd
Descrição A New Tab replacement that keeps your short-term and long-term habits on track.
Tamanho do Arquivo 869 KB
Contagem de Instalações 107
Versão Atual 1.1.4
Última Atualização 2019-10-03
Data de Publicação 2019-10-03
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://getartemis.app
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}