Content Colour Separator (CCS)

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

Vad är Content Colour Separator (CCS)?

Content Colour Separator (CCS) är en Chrome-tillägg utvecklad av maisarahm, och dess huvudfunktion är "This extension apply background to selected element in the page like header, navigation, content and footer.".

Tilläggsskärmbilder

screenshot

Ladda ner Content Colour Separator (CCS)-förlängningens CRX-fil

Ladda ner Content Colour Separator (CCS)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
Officiell webbadress https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Beskrivning This extension apply background to selected element in the page like header, navigation, content and footer.
Filstorlek 137 KB
Antal Installationer 64
Aktuell Version 1.0
Senast Uppdaterad 2016-08-28
Publiceringsdatum 2016-08-28
Utvecklare maisarahm
Betalningssätt free
Stödda Språk 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"
}