Splash

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

Splash क्या है?

Splash https://fxzfun.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a splash of color on your browser new tab page with this speedy customizable extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Splash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}