Content Colour Separator (CCS)

This extension apply background to selected element in the page like header, navigation, content and footer.

Content Colour Separator (CCS)คืออะไร?

Content Colour Separator (CCS) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maisarahm และคุณลักษณะหลักของมันคือ "This extension apply background to selected element in the page like header, navigation, content and footer."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Colour Separator (CCS)

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

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

                        Google Chrome browser extension to improve accessibility to dyslexics. This browser extension will help dyslexic users by allowing them to manipulate and change webpage background colours by separating the contents with different background colours.
Users can select from colour palette provided.                    

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

ชื่อ Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
คำอธิบาย This extension apply background to selected element in the page like header, navigation, content and footer.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-08-28
วันที่เผยแพร่ 2016-08-28
ผู้พัฒนา maisarahm
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "outline.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "This extension apply background to selected element in the page like header, navigation, content and footer.",
    "manifest_version": 2,
    "name": "Content Colour Separator (CCS)",
    "permissions": [
        "",
        "tabs"
    ],
    "version": "1.0"
}