Dawn: New Tab Dashboard

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

什麼是Dawn: New Tab Dashboard?

Dawn: New Tab Dashboard是由https://dawndashboard.com開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Dawn: New Tab Dashboard擴展crx文件

下載Dawn: New Tab Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Dawn: New Tab Dashboard Dawn: New Tab Dashboard
ID inecoinpaloknagnhhockchcjcpljlca
官方網址 https://chromewebstore.google.com/detail/dawn-new-tab-dashboard/inecoinpaloknagnhhockchcjcpljlca
簡介 Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!
檔案大小 13.07 MB
安裝次數 43
目前版本 1.1.0
更新時間 2024-01-22
上架時間 2023-11-26
評分 5.00/5 共 1 次評分
開發者 https://dawndashboard.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://65614687a9fd6e4ccce56507--fantastic-froyo-3da2cb.netlify.app
支援的語言 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\/*"
    ]
}