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
官方URL 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"
    ]
}