Splash New Tab - Personal Dashboard

Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites

Splash New Tab - Personal Dashboard란 무엇입니까?

Splash New Tab - Personal Dashboard은(는) http://splashtab.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Splash New Tab - Personal Dashboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It’s a new age in your New Tab experience. Well-designed layout of a start page will be loved by a wide range of users. We gathered all the most popular apps and services and placed them nearby. Now you have easy access to the mail, history, downloads and bookmarks. 

Various wallpapers for a New Tab can be set as a background. Bright and gorgeous or calm and quiet wallpapers are in your use, as Splash Tab provides you with an opportunity to choose your own background for a start page. A big repository of images in a high quality integrated with a Splash Tab, so you can choose a picture from broad categories and apply it for your start page.  

Fully customized Homepage that brings a new sense to your browsing practise. Splash Tab is a really a breath of fresh air in your web surfing. You will love to come to the homepage and stay longer there, as it will contain your impression and your mood.

How to apply new background:

- Simply go to unsplash.com
- Select a picture for the background 
- Press “Check Mark”                    

확장 프로그램 기본 정보

이름 Splash New Tab - Personal Dashboard Splash New Tab - Personal Dashboard
ID koiennlajefjapfooahebfolplhfnnhj
공식 URL https://chrome.google.com/webstore/detail/splash-new-tab-personal-d/koiennlajefjapfooahebfolplhfnnhj
설명 Splash Tab is the perfect way to improve your start page with beautiful backgrounds and easy access to your favorite websites
파일 크기 386 KB
설치 횟수 70
현재 버전 1.0.2
최근 업데이트 2020-05-12
출시 날짜 2020-05-12
개발자 http://splashtab.net
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.splashtab.net/privacy.html
지원되는 언어 de,en,fr,nl,no,da,es,it,pl,fi,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "32": "static\/32.png",
        "64": "static\/64.png",
        "128": "static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "tabs",
        "https:\/\/sshot.org\/*",
        "chrome:\/\/favicon\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "static\/styles\/content.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}