RAINBOW

EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM

RAINBOW란 무엇입니까?

RAINBOW은(는) Garret에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM"입니다.

확장 프로그램 스크린샷

screenshot

RAINBOW 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UPDATE 2.0.0 MASSIVE OVERHAUL! * 2.0.1 fixed the functionality bug
It's what you've been waiting for. Themed colors. They're here and working fantastically. In the future I'm going to add the ability to create your own custom selection of colors, but that's the future. Next update, maybe.
I've also added an advanced feature which currently lets you change what inputs trigger the color/random/both.
While the massive overhaul may not be that noticeable to those who have used this extension in its last state, it mostly relates to me completely rewriting the extension because I had wrote it in a horrible way at first and it was almost impossible to update it because it was so unorganized.

Once the extension is loaded, a little smiley face should pop up in the corner of your browser. This is the RAINBOW extension. The first time you load it up it might take a bit for the checkboxes to work but eventually everything should be fine.                    

확장 프로그램 기본 정보

이름 RAINBOW RAINBOW
ID kapplegpndomdinbdhlhofhiakmpikce
공식 URL https://chrome.google.com/webstore/detail/rainbow/kapplegpndomdinbdhlhofhiakmpikce
설명 EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM
파일 크기 33.56 KB
설치 횟수 286
현재 버전 2.0.1
최근 업데이트 2015-12-04
출시 날짜 2015-12-04
평점 4.83/5 총 6 개의 평점
개발자 Garret
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RAINBOW",
    "short_name": "RB",
    "description": "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/icon32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/rainbow.js"
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}