Content Colour Separator (CCS)

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

Co to jest Content Colour Separator (CCS)?

Content Colour Separator (CCS) to rozszerzenie Chrome opracowane przez maisarahm, a jego główną funkcją jest „This extension apply background to selected element in the page like header, navigation, content and footer.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Content Colour Separator (CCS)

Pobierz pliki rozszerzeń Content Colour Separator (CCS) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
Oficjalny URL https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Opis This extension apply background to selected element in the page like header, navigation, content and footer.
Rozmiar pliku 137 KB
Liczba instalacji 64
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-28
Data Publikacji 2016-08-28
Deweloper maisarahm
Typ Płatności free
Obsługiwane Języki 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"
}