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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}