Babu Background RGB Color

Care for your eyes. Easy change Text color,background color for browser. Relax and Protect your eye

Babu Background RGB Color란 무엇입니까?

Babu Background RGB Color은(는) go Vegan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Care for your eyes. Easy change Text color,background color for browser. Relax and Protect your eye"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Change  Color  of Page 

    So Easy,  

                Drag Mouse 
                        
                         DONE

 

1.  Easier to setup better web page CSS for designers. 

2.  Choose color less hurt for your eyes.


--
* Be kind to other beings = Be kind to oneself 

We make software with* No Virus * No Tracking 
But with full love 








---------------------------------------------
Credits:

Icons and Promotional Pictures made by Freepik (http://www.freepik.com) from https://www.flaticon.com/authors/freepik is licensed by CC 3.0 BY                    

확장 프로그램 기본 정보

이름 Babu Background RGB Color Babu Background RGB Color
ID dkabogmdcebincpnhjkblipnceehimch
공식 URL https://chromewebstore.google.com/detail/babu-background-rgb-color/dkabogmdcebincpnhjkblipnceehimch
설명 Care for your eyes. Easy change Text color,background color for browser. Relax and Protect your eye
파일 크기 596 KB
설치 횟수 3,361
현재 버전 3.8.0
최근 업데이트 2022-11-19
출시 날짜 2020-05-26
평점 4.28/5 총 54 개의 평점
개발자 go Vegan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.nationearth.com/
도움말 페이지 URL http://www.nationearth.com/
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "care your eyes",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "3.8.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "imgs\/se\/se16.png",
        "48": "imgs\/se\/se48.png",
        "128": "imgs\/se\/se128_green.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.3.min.js",
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "converted_from_user_script": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}