Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

Change Background Color란 무엇입니까?

Change Background Color은(는) Melaine Gérard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

확장 프로그램 기본 정보

이름 Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
공식 URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
설명 Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
파일 크기 1.42 MB
설치 횟수 40
현재 버전 1.0
최근 업데이트 2021-11-06
출시 날짜 2021-11-06
개발자 Melaine Gérard
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}