Dawn: New Tab Dashboard

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

Qu'est-ce que Dawn: New Tab Dashboard ?

Dawn: New Tab Dashboard est une extension Chrome développée par https://dawndashboard.com, et sa fonction principale est "Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dawn: New Tab Dashboard

Téléchargez les fichiers d'extension Dawn: New Tab Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dawn: New Tab Dashboard Dawn: New Tab Dashboard
ID inecoinpaloknagnhhockchcjcpljlca
URL Officiel 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!
Taille du Fichier 13.07 MB
Nombre d'Installations 43
Version Actuelle 1.1.0
Dernière Mise à Jour 2024-01-22
Date de Publication 2023-11-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://dawndashboard.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://65614687a9fd6e4ccce56507--fantastic-froyo-3da2cb.netlify.app
Langues Prises en Charge 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\/*"
    ]
}