Content Colour Separator (CCS)

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

Content Colour Separator (CCS) là gì?

Content Colour Separator (CCS) là một tiện ích mở rộng Chrome được phát triển bởi maisarahm, và tính năng chính của nó là "This extension apply background to selected element in the page like header, navigation, content and footer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Content Colour Separator (CCS)

Tải xuống các tệp mở rộng Content Colour Separator (CCS) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
URL Chính Thức https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Mô tả This extension apply background to selected element in the page like header, navigation, content and footer.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-28
Ngày Phát Hành 2016-08-28
Nhà Phát Triển maisarahm
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}