Name that color! LESS & SASS

Name that color! LESS & SASS

This extension asks for an hexadecimal color code and retrives a scss or less color variable name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Name that color! LESS & SASS",
  "description": "This extension asks for an hexadecimal color code and retrives a scss or less color variable name.",
  "version": "0.2",
  "browser_action": {
    "default_icon": "app/images/icon.png",
    "default_popup": "app/main.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "https://ajax.googleapis.com/"
  ]
}