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 là gì?

Dawn: New Tab Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://dawndashboard.com, và tính năng chính của nó là "Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dawn: New Tab Dashboard

Tải xuống các tệp mở rộng Dawn: New Tab Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dawn: New Tab Dashboard Dawn: New Tab Dashboard
ID inecoinpaloknagnhhockchcjcpljlca
URL Chính Thức https://chromewebstore.google.com/detail/dawn-new-tab-dashboard/inecoinpaloknagnhhockchcjcpljlca
Mô tả Replace your new tab page with a stunning, customizable dashboard, with tools to conquer the day—from dawn till dusk!
Kích Thước Tệp 13.07 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2023-11-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dawndashboard.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://65614687a9fd6e4ccce56507--fantastic-froyo-3da2cb.netlify.app
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}