Change Page Colors

A tool that automatically change the color of background and text in the page

Change Page Colorsคืออะไร?

Change Page Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zanomate และคุณลักษณะหลักของมันคือ "A tool that automatically change the color of background and text in the page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Page Colors

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

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

                        "Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences.

Functionality (First release)
- Change background and text color a any page with a click.
- Choose your favorite colors and the tool will remember your last choice.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
คำอธิบาย A tool that automatically change the color of background and text in the page
ขนาดไฟล์ 43.54 KB
จำนวนการติดตั้ง 4,311
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2016-02-27
วันที่เผยแพร่ 2016-02-27
คะแนน 2.55/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา zanomate
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.0",
    "name": "Change Page Colors",
    "description": "A tool that automatically change the color of background and text in the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "imgs\/128.png"
    }
}