Splash

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

Splashคืออะไร?

Splash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fxzfun.com และคุณลักษณะหลักของมันคือ "Get a splash of color on your browser new tab page with this speedy customizable extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Splash

ดาวน์โหลดไฟล์ส่วนขยาย Splash ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}