SuperStart New Tab Page

A New Tab Extension that lets you create a customized Start Page Experience

SuperStart New Tab Page là gì?

SuperStart New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Amplebyte Studio, và tính năng chính của nó là "A New Tab Extension that lets you create a customized Start Page Experience".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SuperStart New Tab Page 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

                        Customize your New Tab page with super useful stylish widgets, awesome image or video backgrounds, and a lot more.

With Superstart, you can overhaul your boring start page with a super cool productive start page that will help bring out the best in you. The browser's start page has evolved into the primary desktop for a significant number of users. SuperStart enables you to personalize your start page as you can personalize your desktop.

SuperStart comes with 15 awesome widgets:

🔗 Bookmarks Widget: Add your favorite site links to quickly access them anytime you want.

☀️ Weather Widget: Get real-time Weather updates with a 7-day forecast and hourly forecast.

🕒 Clock Widget: Add World clocks to your Start page and style them any way you want.

🔎 Search Widget: Add Google, DuckduckGo, Quora, Linkedin, and Bing Search bars.

☑️ Todos Widget: Quickly add to-do items to improve your productivity and fix procrastination.

📰 RSS Widget: Stay updated with News from your favorite news websites with RSS feeds.

👩‍💻 Reddit Widget: Keep track of your favorite subreddits without visiting Reddit every few hours.

🖥️ Embed Widget: Embed any HTML or code from any website you want.

🗓️ Calendar Widget: Convenient Calendar widget for easily discerning the day for any given date.

❎ Recently Closed Widget: View all the Recently Closed Widgets and restore them whenever you want.

📸 Photo Widget: Personalize your start page by Adding your favorite Photos.

🗨️ Quotes Widget: Get motivating quotes from Writers & philosophers to stay motivated.

📊 Stock/Crypto Widget (PRO): Get real-time updates on your favorite stock symbols and cryptocurrencies.

🌡️System Status Widget (PRO): Get real-time stats of your computer's CPU and memory Usage.

📑 Notes Widget (PRO): Quickly jot down thoughts, links, or copied text that you can use whenever.


⚡Features
✔️ Add Super useful widgets like notes, todos RSS, and Reddit to stay updated and productive.
✔️ Add Image Wallpaper to your Start page.
✔️ Add Video Wallpaper to your Start page. (PRO)
✔️ Customize your start page with hundreds of customization options.
✔️ Import templates with one click from the preset library.
✔️ Drag, Resize, and palace the widgets anywhere on the page you want.
✔️ Built-in Wallpapers, videos, and icons library to aid your start page customization. 
✔️ Create multiple pages and use them in different contexts. (PRO)


Begin your day with a burst of energy. SuperStart provides you with quick access to your crucial tasks, directly from your new tab. It's not only aesthetically pleasing but also your productivity companion. Get SuperStart today and witness the transformation!



🚀 SuperStart PRO - https://superstart.me/pro/
🧐 Privacy Policy - https://superstart.me/privacy-policy/
💌 Contact Us - https://superstart.me/contact                    

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

Tên SuperStart New Tab Page SuperStart New Tab Page
ID eajimemccdpladcgbfeideelblbkiclc
URL Chính Thức https://chromewebstore.google.com/detail/superstart-new-tab-page/eajimemccdpladcgbfeideelblbkiclc
Mô tả A New Tab Extension that lets you create a customized Start Page Experience
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 423
Phiên Bản Hiện Tại 1.1.12
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2023-10-27
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Amplebyte Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://superstart.me
URL Trang Trợ Giúp https://superstart.me/contact
URL Trang Chính Sách Bảo Mật https://superstart.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperStart New Tab Page",
    "description": "A New Tab Extension that lets you create a customized Start Page Experience",
    "version": "1.1.12",
    "author": "SuperStart",
    "manifest_version": 3,
    "action": {
        "default_title": "SuperStart"
    },
    "minimum_chrome_version": "104",
    "icons": {
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "sessions",
        "system.cpu",
        "system.memory"
    ],
    "host_permissions": [],
    "optional_permissions": [
        "favicon",
        "topSites",
        "bookmarks",
        "tabGroups"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:8097; object-src 'self'"
    }
}