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”。
擴展截圖
下載Splash擴展crx文件
下載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 |
ID | cdekfpofkjielpappfkdabnljlpmhgbj |
官方網址 | 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" } } |