Infinite Dashboard - New Tab like no other

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

O que é Infinite Dashboard - New Tab like no other?

Infinite Dashboard - New Tab like no other é uma extensão do Chrome desenvolvida por https://infinitetab.com, e sua principal característica é "Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Infinite Dashboard - New Tab like no other

Baixe arquivos de extensão Infinite Dashboard - New Tab like no other no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Infinite Dashboard - New Tab like no other Infinite Dashboard - New Tab like no other
ID meffljleomgifbbcffejnmhjagncfpbd
URL Oficial https://chromewebstore.google.com/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd
Descrição Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services
Tamanho do Arquivo 1.69 MB
Contagem de Instalações 226,818
Versão Atual 3.9.0
Última Atualização 2023-06-17
Data de Publicação 2020-05-26
Classificação 4.44/5 Total de 1356 Avaliações
Desenvolvedor https://infinitetab.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}