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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย go Vegan และคุณลักษณะหลักของมันคือ "Care for your eyes. Easy change Text color,background color for browser. Relax and Protect your eye"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Babu Background RGB Color

ดาวน์โหลดไฟล์ส่วนขยาย Babu Background RGB Color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}