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)是由maisarahm开发的Chrome扩展程序,该扩展的主要功能是“This extension apply background to selected element in the page like header, navigation, content and footer.”。

扩展截图

screenshot

下载Content Colour Separator (CCS)扩展crx文件

下载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"
}