EazyCSS

EazyCSS

Turn your design thoughts into reality without writing code for any page and get your changes in CSS code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.4.5",
  "short_name": "EazyCSS",
  "name": "EazyCSS",
  "description": "Turn your design thoughts into reality without writing code for any page and get your changes in CSS code.",
  "icons": {
    "72": "icon72.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Click or press Alt+Shift+E to launch EazyCSS",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+E",
        "mac": "Alt+Shift+E",
        "chromeos": "Alt+Shift+E",
        "linux": "Alt+Shift+E"
      }
    }
  },
  "web_accessible_resources": [
    "editor/*"
  ]
}