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
Eメール [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"
    ]
}