Content Colour Separator (CCS)

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

Content Colour Separator (CCS)とは何ですか?

Content Colour Separator (CCS)はmaisarahmによって開発されたChromeの拡張機能で、その主な機能は「This extension apply background to selected element in the page like header, navigation, content and footer.」です。

拡張機能のスクリーンショット

screenshot

Content Colour Separator (CCS)拡張機能のCRXファイルをダウンロード

Content Colour Separator (CCS)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Content Colour Separator (CCS) Content Colour Separator (CCS)
ID ekjcdnmngienipbpkfiafljhlhjnboej
公式URL https://chrome.google.com/webstore/detail/content-colour-separator/ekjcdnmngienipbpkfiafljhlhjnboej
説明 This extension apply background to selected element in the page like header, navigation, content and footer.
ファイルサイズ 137 KB
インストール数 64
現在のバージョン 1.0
最終更新日 2016-08-28
公開日 2016-08-28
開発者 maisarahm
支払い方法 free
対応言語 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"
}