Dawn: New Tab Dashboard

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

What is Dawn: New Tab Dashboard?

Dawn: New Tab Dashboard is a Chrome extension developed by https://dawndashboard.com, and its main feature is "Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Dawn: New Tab Dashboard Extension CRX File

Download Dawn: New Tab Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dawn: New Tab Dashboard Dawn: New Tab Dashboard
ID inecoinpaloknagnhhockchcjcpljlca
Official URL https://chromewebstore.google.com/detail/dawn-new-tab-dashboard/inecoinpaloknagnhhockchcjcpljlca
Description Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!
File Size 13.07 MB
Installation Count 43
Current Version 1.1.0
Last Updated 2024-01-22
Publish Date 2023-11-26
Rating 5.00/5 Total 1 Ratings
Developer https://dawndashboard.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://65614687a9fd6e4ccce56507--fantastic-froyo-3da2cb.netlify.app
Supported Languages 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\/*"
    ]
}