Raindrop Google Homepage

This extension creates raindrops on the new tab page.

什麼是Raindrop Google Homepage?

Raindrop Google Homepage是由khutchinsdev開發的Chrome擴展程式,該擴展的主要功能是“This extension creates raindrops on the new tab page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Raindrop Google Homepage擴展crx文件

下載Raindrop Google Homepage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension creates raindrop graphics on the new tab page. It is customizable, with the ability to change the rain, background, and search bar color. You are also able to change how fast the rain falls. It is just a fun little extension to brighten up your browsing experience!                    

擴展基本資訊

名稱 Raindrop Google Homepage Raindrop Google Homepage
ID mghbkgkahigekpndhcbljolfipplmlah
官方網址 https://chromewebstore.google.com/detail/raindrop-google-homepage/mghbkgkahigekpndhcbljolfipplmlah
簡介 This extension creates raindrops on the new tab page.
檔案大小 10.05 KB
安裝次數 33
目前版本 1.0
更新時間 2022-08-03
上架時間 2022-08-02
開發者 khutchinsdev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.termsfeed.com/live/585b96d5-ca09-4503-8fab-a7da91b03dec
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Raindrop Google Homepage",
    "description": "This extension creates raindrops on the new tab page.",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "rain.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "storage"
    ]
}