Content Colour Separator (CCS)

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

Cos'è Content Colour Separator (CCS)?

Content Colour Separator (CCS) è un'estensione di Chrome sviluppata da maisarahm, e la sua funzione principale è "This extension apply background to selected element in the page like header, navigation, content and footer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Content Colour Separator (CCS)

Scarica i file di estensione Content Colour Separator (CCS) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
URL Ufficiale https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Descrizione This extension apply background to selected element in the page like header, navigation, content and footer.
Dimensione del File 137 KB
Conteggio Installazioni 64
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-28
Data di Pubblicazione 2016-08-28
Sviluppatore maisarahm
Tipo di Pagamento free
Lingue Supportate 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"
}