everyday.app | Do it every day!
Sets everyday.app as the default new tab page.
¿Qué es everyday.app | Do it every day!?
everyday.app | Do it every day! es una extensión de Chrome desarrollada por https://everyday.app, y su función principal es "Sets everyday.app as the default new tab page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión everyday.app | Do it every day!
Descarga archivos de extensión everyday.app | Do it every day! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | everyday.app | Do it every day! |
ID | kpcjjapfjdgjlmoehhliomplgjnbdcpc |
URL Oficial | https://chromewebstore.google.com/detail/everydayapp-do-it-every-d/kpcjjapfjdgjlmoehhliomplgjnbdcpc |
Descripción | Sets everyday.app as the default new tab page. |
Tamaño del Archivo | 114 KB |
Cantidad de Instalaciones | 5,370 |
Versión Actual | 3.0.0 |
Última Actualización | 2024-01-11 |
Fecha de Publicación | 2020-03-26 |
Calificación | 4.93/5 Total de 113 Calificaciones |
Desarrollador | https://everyday.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://everyday.app |
URL de la Página de Ayuda | https://everyday.app/faq |
URL de la Página de Política de Privacidad | https://everyday.app/privacy |
Idiomas Soportados | 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\/*" ] } } |