Color Name Season Identifier

Color Name Season Identifier

Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Color Name Season Identifier",
  "description": "Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page.",
  "version": "0.0.3",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Color Name Season Identifier"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}