Raindrop Google Homepage

This extension creates raindrops on the new tab page.

Co to jest Raindrop Google Homepage?

Raindrop Google Homepage to rozszerzenie Chrome opracowane przez khutchinsdev, a jego główną funkcją jest „This extension creates raindrops on the new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Raindrop Google Homepage

Pobierz pliki rozszerzeń Raindrop Google Homepage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Raindrop Google Homepage Raindrop Google Homepage
ID mghbkgkahigekpndhcbljolfipplmlah
Oficjalny URL https://chromewebstore.google.com/detail/raindrop-google-homepage/mghbkgkahigekpndhcbljolfipplmlah
Opis This extension creates raindrops on the new tab page.
Rozmiar pliku 10.05 KB
Liczba instalacji 33
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-08-03
Data Publikacji 2022-08-02
Deweloper khutchinsdev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.termsfeed.com/live/585b96d5-ca09-4503-8fab-a7da91b03dec
Obsługiwane Języki 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"
    ]
}