Content Colour Separator (CCS)

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

Qu'est-ce que Content Colour Separator (CCS) ?

Content Colour Separator (CCS) est une extension Chrome développée par maisarahm, et sa fonction principale est "This extension apply background to selected element in the page like header, navigation, content and footer.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Content Colour Separator (CCS)

Téléchargez les fichiers d'extension Content Colour Separator (CCS) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
URL Officiel https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Description This extension apply background to selected element in the page like header, navigation, content and footer.
Taille du Fichier 137 KB
Nombre d'Installations 64
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-28
Date de Publication 2016-08-28
Développeur maisarahm
Type de Paiement free
Langues Prises en Charge 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"
}