Infinite Dashboard - New Tab like no other

Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services

Infinite Dashboard - New Tab like no other là gì?

Infinite Dashboard - New Tab like no other là một tiện ích mở rộng Chrome được phát triển bởi https://infinitetab.com, và tính năng chính của nó là "Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services".

Ả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 Infinite Dashboard - New Tab like no other

Tải xuống các tệp mở rộng Infinite Dashboard - New Tab like no other 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

                        We get used, that normally a new tab of our browser is just a starting point for our internet journey, where we spend just a few seconds, while typing a website address, search query or clicking a website shortcut. With Infinity Dashboard we wanted you to stay on a new tab longer, by adding everything, you might ever searched for, outside the start page.

Once installed, Infinity Dashboard welcomes you with a minimalistic look of a beautiful wallpaper and a searchbar.  If you're into a minimalistic design, keep it as is, but if you're looking for customization - you're welcome to visit HUB - a home of Infinite features. 

Choose the most suitable search engine from the various list of mainstream options. Easily switch the search in the settings menu. 

- Bookmarks. Manage the list of your favorite websites, pin then to a start screen as a speed dial for a quickest access. 
- Apps. Choose the pins for your Dashboard from multiple Services (Google, Apple), Messengers (facebook, whatsapp, etc.) and Games (2048, Super Mario, Doodle Jump, etc). Pin your choices to a Dashboard and access them quickly, right after browser launch.
- Sessions .  Fasten your browser by taking control over your browser sessions. Save the session and reopen one at anytime, if needed.
- ToDo. Stay productive with Tasks built in to your start screen.
- Notes. Keep all your notes, passwords and memos in a single place on your home screen.

Discover the Settings - become a designer of your personal web.
- Customize background. Choose from spectacular presets of hires wallpapers and Live Photos or upload your own background.
- Customize Apps. Choose the Apps to pop up in HUB.
- Customize Search. Switch between the mainstream search engines with ease.

Google is a trademark of Google Inc. This custom backgrounds extension is not endorsed by Google.

By clicking "Add to chrome", I accept and agree to installing 'Infinite New Tab - The Best Chrome Startpage Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy

Privacy Policy - https://infinitetab.com/privacy.html
Terms of Use - https://infinitetab.com/terms.html                    

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

Tên Infinite Dashboard - New Tab like no other Infinite Dashboard - New Tab like no other
ID meffljleomgifbbcffejnmhjagncfpbd
URL Chính Thức https://chromewebstore.google.com/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd
Mô tả Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 226,818
Phiên Bản Hiện Tại 3.9.0
Cập Nhật Lần Cuối 2023-06-17
Ngày Phát Hành 2020-05-26
Đánh Giá 4.44/5 Tổng số 1356 Đánh Giá
Nhà Phát Triển https://infinitetab.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/64.png"
    },
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/search-helper.js"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage",
        "topSites",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "img\/*",
        "assets\/*"
    ],
    "version": "3.9.0"
}