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
官方網址 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"
}