Splash

Get a splash of color on your browser new tab page with this speedy customizable extension

Splash란 무엇입니까?

Splash은(는) https://fxzfun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a splash of color on your browser new tab page with this speedy customizable extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Splash 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Update your new tab page to a speedy, clean, and colorful page. Splash offers the current time, weather conditions, and more with widgets providing quick links, search bar, Bible verses, and more!

Features:

Current Weather
The current weather is always available in the bottom left corner, customize the location in the settings panel (default = New York City, NY)

Bible Verses
Displays a random verse on the new tab page, from the Evangelical Heritage Version (EHV) Bible.

Search
Allows you to search the web from your new tab. Supports multiple popular search engines.

Custom Wallpapers
Customize the background images displayed on the new tab page by specifying a list of image links separated by a comma.

Quick Links
Displays your top ten most frequently used websites on the new tab page for easy access.

Privacy Policy: https://github.com/FXZFun/splash/blob/main/PRIVACY.md

Open source project hosted on Github: https://github.com/FXZFun/splash                    

확장 프로그램 기본 정보

이름 Splash Splash
ID cdekfpofkjielpappfkdabnljlpmhgbj
공식 URL https://chromewebstore.google.com/detail/splash/cdekfpofkjielpappfkdabnljlpmhgbj
설명 Get a splash of color on your browser new tab page with this speedy customizable extension
파일 크기 31.44 MB
설치 횟수 103
현재 버전 3.0.3
최근 업데이트 2023-08-13
출시 날짜 2023-08-13
개발자 https://fxzfun.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fxzfun.com/splash
도움말 페이지 URL https://fxzfun.com/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Splash",
    "description": "Get a splash of color on your browser new tab page with this speedy customizable extension",
    "version": "3.0.3",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "optional_permissions": [
        "favicon",
        "topSites"
    ],
    "homepage_url": "https:\/\/fxzfun.com\/splash",
    "icons": {
        "16": "imgs\/splash (16x16).png",
        "64": "imgs\/splash (64x64).png",
        "128": "imgs\/splash (128x128).png",
        "512": "imgs\/splash (512x512).png"
    }
}