Color Space

Color Space

This is extension let you to easily find color by it name. Also you can input color value in hex, rgb and hsv.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color Space",
  "default_locale": "ru",
  "version": "1.4",
  "manifest_version": 2,
  "description": "__MSG_extDescr__",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "ColorDictionary.json"
  ],
  "background": {
    "scripts": [
      "js/Colors.js",
      "jquery/jquery-1.7.1.min.js",
      "js/background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}