Content Colour Separator (CCS)

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

Apa itu Content Colour Separator (CCS)?

Content Colour Separator (CCS) adalah ekstensi Chrome yang dikembangkan oleh maisarahm, dan fitur utamanya adalah "This extension apply background to selected element in the page like header, navigation, content and footer.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Content Colour Separator (CCS)

Unduh file ekstensi Content Colour Separator (CCS) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
URL Resmi https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
Deskripsi This extension apply background to selected element in the page like header, navigation, content and footer.
Ukuran File 137 KB
Jumlah Instalasi 64
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-08-28
Tanggal Publikasi 2016-08-28
Pengembang maisarahm
Tipe Pembayaran free
Bahasa yang Didukung 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"
}