Color Changer

Change the current page color

Color Changer란 무엇입니까?

Color Changer은(는) http://cleandesk.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the current page color"입니다.

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

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

확장 프로그램 사용 설명서

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

확장 프로그램 기본 정보

이름 Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
공식 URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
설명 Change the current page color
파일 크기 4.08 KB
설치 횟수 48
현재 버전 1.0
최근 업데이트 2016-08-25
출시 날짜 2016-08-23
평점 1.00/5 총 1 개의 평점
개발자 http://cleandesk.info
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://cleandesk.info/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}