Colorful Google

Colorful Background for www.google.com and search results_abx

Colorful Google란 무엇입니까?

Colorful Google은(는) abx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colorful Background for www.google.com and search results_abx"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Colors for Google Background and google search results.

Features:
✔️ Beautiful colors.
✔️ background color,  changes as you move mouse.
✔️ High contrast - we selected colors that work best even for color blind.
✔️ Changes color on mouse movement make a good disco party like feel.
✔️ Works in fullscreen mode.

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

확장 프로그램 기본 정보

이름 Colorful Google Colorful Google
ID nijkdbmjokomfpcmadpjbholbnopmeee
공식 URL https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee
설명 Colorful Background for www.google.com and search results_abx
파일 크기 13.5 KB
설치 횟수 15
현재 버전 1.0.0
최근 업데이트 2020-11-11
출시 날짜 2020-11-11
개발자 abx
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bhattcodes.github.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Google",
    "description": "Colorful Background for www.google.com and search results_abx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "icons": {
        "192": "color.png"
    },
    "browser_action": {
        "default_icon": "color.png",
        "default_popup": "popup.html"
    }
}