Raindrop Google Homepage

This extension creates raindrops on the new tab page.

Apa itu Raindrop Google Homepage?

Raindrop Google Homepage adalah ekstensi Chrome yang dikembangkan oleh khutchinsdev, dan fitur utamanya adalah "This extension creates raindrops on the new tab page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Raindrop Google Homepage

Unduh file ekstensi Raindrop Google Homepage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Raindrop Google Homepage Raindrop Google Homepage
ID mghbkgkahigekpndhcbljolfipplmlah
URL Resmi https://chromewebstore.google.com/detail/raindrop-google-homepage/mghbkgkahigekpndhcbljolfipplmlah
Deskripsi This extension creates raindrops on the new tab page.
Ukuran File 10.05 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-03
Tanggal Publikasi 2022-08-02
Pengembang khutchinsdev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.termsfeed.com/live/585b96d5-ca09-4503-8fab-a7da91b03dec
Bahasa yang Didukung 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"
    ]
}