Content Colour Separator (CCS)

Content Colour Separator (CCS)

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.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": [
    "<all_urls>",
    "tabs"
  ],
  "version": "1.0"
}