Content Colour Separator (CCS)

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

Was ist Content Colour Separator (CCS)?

Content Colour Separator (CCS) ist eine Chrome-Erweiterung, die von maisarahm entwickelt wurde, und ihr Hauptmerkmal ist "This extension apply background to selected element in the page like header, navigation, content and footer.".

Erweiterungsscreenshots

screenshot

Content Colour Separator (CCS)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Content Colour Separator (CCS)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
Offizielle URL https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Beschreibung This extension apply background to selected element in the page like header, navigation, content and footer.
Dateigröße 137 KB
Installationsanzahl 64
Aktuelle Version 1.0
Letztes Update 2016-08-28
Veröffentlichungsdatum 2016-08-28
Entwickler maisarahm
Zahlungsart free
Unterstützte Sprachen 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"
}