Natural Neon Rain

Just enjoy the peaceful bliss of neon rain as it pours down.

Natural Neon Rain란 무엇입니까?

Natural Neon Rain은(는) Broyster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just enjoy the peaceful bliss of neon rain as it pours down."입니다.

확장 프로그램 스크린샷

Natural Neon Rain 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Not only does this extension give you a beautifully calming view of rainbow droplets in its contrasted abyss, it's programmed to be as naturally unpredictable as real weather.

There's no telling what weather will do, hence the butterfly effect. So each drop of neon rain has a 50/50 chance of duplicating or disappearing.

On top of that, the color of each droplet changes and varies depending on many factors. This allows you to have the most interesting experience possible while gazing into the gentle atmosphere created not by me, but by pure luck.

If you want a calm break for your personalized environment, tailored by randomness itself then this extension is exactly what you're looking for.                    

확장 프로그램 기본 정보

이름 Natural Neon Rain Natural Neon Rain
ID nnfdlleaffllajhgdpbdpngahadoeloo
공식 URL https://chromewebstore.google.com/detail/natural-neon-rain/nnfdlleaffllajhgdpbdpngahadoeloo
설명 Just enjoy the peaceful bliss of neon rain as it pours down.
파일 크기 709 KB
설치 횟수 180
현재 버전 1.0
최근 업데이트 2021-02-04
출시 날짜 2021-02-03
개발자 Broyster
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "sketch.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "heavy shower.png",
            "32": "heavy shower.png",
            "48": "medium shower.png",
            "128": "light shower.png"
        }
    },
    "description": "Just enjoy the peaceful bliss of neon rain as it pours down.",
    "name": "Natural Neon Rain",
    "permissions": [],
    "version": "1.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}