Raindrop Google Homepage

This extension creates raindrops on the new tab page.

Что такое Raindrop Google Homepage?

Raindrop Google Homepage - это расширение Chrome, разработанное khutchinsdev, и его основная функция - "This extension creates raindrops on the new tab page.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Raindrop Google Homepage

Скачайте файлы расширений 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"
    ]
}