everyday.app | Do it every day!
Sets everyday.app as the default new tab page.
O que é everyday.app | Do it every day!?
everyday.app | Do it every day! é uma extensão do Chrome desenvolvida por https://everyday.app, e sua principal característica é "Sets everyday.app as the default new tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão everyday.app | Do it every day!
Baixe arquivos de extensão everyday.app | Do it every day! 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
Every day, it gets a little easier. But you gotta do it every day, that's the hard part. Setting everyday.app as the default tab of the new tab button in your browser will be the cue to motivate you to work on forming new habits by doing it every day! More at: https://everyday.app ----- The app has several features such as habit reminders, habit sorting, colorpicker, dark mode, analytics, data visualizations, habit insights, etc. The app is free to use but contains Premium features.
Informações Básicas da Extensão
Nome | everyday.app | Do it every day! |
ID | kpcjjapfjdgjlmoehhliomplgjnbdcpc |
URL Oficial | https://chromewebstore.google.com/detail/everydayapp-do-it-every-d/kpcjjapfjdgjlmoehhliomplgjnbdcpc |
Descrição | Sets everyday.app as the default new tab page. |
Tamanho do Arquivo | 114 KB |
Contagem de Instalações | 5,370 |
Versão Atual | 3.0.0 |
Última Atualização | 2024-01-11 |
Data de Publicação | 2020-03-26 |
Classificação | 4.93/5 Total de 113 Avaliações |
Desenvolvedor | https://everyday.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://everyday.app |
URL da Página de Ajuda | https://everyday.app/faq |
URL da Página de Política de Privacidade | https://everyday.app/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "everyday.app | Do it every day!", "description": "Sets everyday.app as the default new tab page.", "version": "3.0.0", "browser_action": { "default_icon": "web-extension-icon-96.png", "default_title": "Do it every day!", "default_popup": "popup.html" }, "icons": { "48": "web-extension-icon-48.png", "96": "web-extension-icon-96.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_url_overrides": { "newtab": "newtab.html" }, "externally_connectable": { "matches": [ "*:\/\/*.everyday.app\/*" ] } } |