Change Background Color

change the current site background to your desired color

Change Background Color란 무엇입니까?

Change Background Color은(는) hoishing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "change the current site background to your desired color"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. 

No special permissions are required, no data is collected, and no privacy concerns.

🔗 source code
https://github.com/hoishing/chrome-change-background-color                    

확장 프로그램 기본 정보

이름 Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
공식 URL https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
설명 change the current site background to your desired color
파일 크기 15.48 KB
설치 횟수 304
현재 버전 1.1.0
최근 업데이트 2023-09-09
출시 날짜 2023-08-10
평점 3.00/5 총 2 개의 평점
개발자 hoishing
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hoishing/chrome-change-background-color
도움말 페이지 URL https://github.com/hoishing/chrome-change-background-color/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change Background Color",
    "version": "1.1.0",
    "description": "change the current site background to your desired color",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "64": "bg-color64.png",
        "128": "bg-color128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "bg-color64.png",
            "128": "bg-color128.png"
        }
    }
}