Infinite Dashboard - New Tab like no other

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

Qu'est-ce que Infinite Dashboard - New Tab like no other ?

Infinite Dashboard - New Tab like no other est une extension Chrome développée par https://infinitetab.com, et sa fonction principale est "Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Infinite Dashboard - New Tab like no other

Téléchargez les fichiers d'extension Infinite Dashboard - New Tab like no other au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Infinite Dashboard - New Tab like no other Infinite Dashboard - New Tab like no other
ID meffljleomgifbbcffejnmhjagncfpbd
URL Officiel https://chromewebstore.google.com/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd
Description Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services
Taille du Fichier 1.69 MB
Nombre d'Installations 226,818
Version Actuelle 3.9.0
Dernière Mise à Jour 2023-06-17
Date de Publication 2020-05-26
Évaluation 4.44/5 Total 1356 Évaluations
Développeur https://infinitetab.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}