Dawn: New Tab Dashboard

Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!

O que é Dawn: New Tab Dashboard?

Dawn: New Tab Dashboard é uma extensão do Chrome desenvolvida por https://dawndashboard.com, e sua principal característica é "Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dawn: New Tab Dashboard

Baixe arquivos de extensão Dawn: New Tab Dashboard 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

                        Dawn is fully customizable: you choose your own selection of cards and position them however you like.

The dashboard offers:
📝 Productivity: Tracking morning routines, tasks, goals, and even dreams 
🌱 Personal Development: Forming good habits and stopping bad ones
🙏 Mindfulness: Approaching life with gratitude and intention
👇 And so much more - see the cards below!

So it's time to start your self-improvement journey with Dawn and take charge of your well-being! 😊

The Cards of Dawn:

✏️ Notepads:
Add as many notepads as you want to your New Tab dashboard, complete with markup styling options.

😊 Positive Thinking:
Start each day with a thought of gratitude, pride, or happiness, and build a journal of uplifting thoughts.

🧘🏽 Your Daily Mantra:
Begin every morning with empowering words of your choice, enhanced with AI for daily variation.🤖

📝 Morning Routine + Todos:
Plan and track your morning routine and daily tasks in a flexible, drag-and-drop checklist.

🌦️ Weather:
Get real-time 24-hour and 14-day weather forecasts directly on your dashboard.

✏️ The X-effect (or, 50-day challenge):
Track and establish new habits over 49 days using a visual streak system.

📆 Day Counters:
Track days free from bad habits with day counters, featuring different customization options .

🎯 Long-Term Goals and Dreams:
Track all your ambitions in one place, each one can be marked as 'In Progress', 'Pending', or 'Achieved'.

🖼️ Vision Board:
Visualize your future with a board displaying outcomes of good and bad choices using image URLs.

💭 Daily Reflective Prompt:
Explore your values and life purpose with daily prompts for self-discovery.

🔗 Links:
Keep your essential website links handy and organized for fast access.

📆 Calendar: 
Integrate your Google Calendar into the dashboard using a simple iframe embed code.

This lightweight extension runs zero background scripts, ensuring your browser performance remains completely unaffected.                    

Informações Básicas da Extensão

Nome Dawn: New Tab Dashboard Dawn: New Tab Dashboard
ID inecoinpaloknagnhhockchcjcpljlca
URL Oficial https://chromewebstore.google.com/detail/dawn-new-tab-dashboard/inecoinpaloknagnhhockchcjcpljlca
Descrição Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!
Tamanho do Arquivo 13.07 MB
Contagem de Instalações 43
Versão Atual 1.1.0
Última Atualização 2024-01-22
Data de Publicação 2023-11-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://dawndashboard.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://65614687a9fd6e4ccce56507--fantastic-froyo-3da2cb.netlify.app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dawn: New Tab Dashboard",
    "version": "1.1.0",
    "description": "Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day\u2014from dawn till dusk!",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/*",
                "scripts\/*",
                "libraries\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/geocode.maps.co\/*"
    ]
}