Infinite Dashboard - New Tab like no other

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

Wat is Infinite Dashboard - New Tab like no other?

Infinite Dashboard - New Tab like no other is een Chrome-extensie ontwikkeld door https://infinitetab.com, en de belangrijkste functie is "Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Infinite Dashboard - New Tab like no other

Download Infinite Dashboard - New Tab like no other-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Infinite Dashboard - New Tab like no other Infinite Dashboard - New Tab like no other
ID meffljleomgifbbcffejnmhjagncfpbd
Officiële URL https://chromewebstore.google.com/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd
Beschrijving Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services
Bestandsgrootte 1.69 MB
Aantal Installaties 226,818
Huidige Versie 3.9.0
Laatst Bijgewerkt 2023-06-17
Publicatiedatum 2020-05-26
Beoordeling 4.44/5 Totaal 1356 Beoordelingen
Ontwikkelaar https://infinitetab.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}