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란 무엇입니까?

Infinite Dashboard - New Tab like no other은(는) https://infinitetab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Infinite Dashboard - New Tab like no other 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Infinite Dashboard - New Tab like no other Infinite Dashboard - New Tab like no other
ID meffljleomgifbbcffejnmhjagncfpbd
공식 URL https://chromewebstore.google.com/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd
설명 Reinvent Chrome Startpage with Infinite. Power up the new tab with Apps, Messengers, Games, Google & Apple Services
파일 크기 1.69 MB
설치 횟수 226,818
현재 버전 3.9.0
최근 업데이트 2023-06-17
출시 날짜 2020-05-26
평점 4.44/5 총 1356 개의 평점
개발자 https://infinitetab.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}