Content Colour Separator (CCS)

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

Wat is Content Colour Separator (CCS)?

Content Colour Separator (CCS) is een Chrome-extensie ontwikkeld door maisarahm, en de belangrijkste functie is "This extension apply background to selected element in the page like header, navigation, content and footer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Content Colour Separator (CCS)

Download Content Colour Separator (CCS)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
Officiële URL https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Beschrijving This extension apply background to selected element in the page like header, navigation, content and footer.
Bestandsgrootte 137 KB
Aantal Installaties 64
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-28
Publicatiedatum 2016-08-28
Ontwikkelaar maisarahm
Betalingswijze free
Ondersteunde Talen 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"
}