Wordpress Style Editor

Wordpress Style Editor

Save CSS changes made in developer tools, directly to the Wordpress stylesheet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.3.3",
  "description": "__MSG_extDesc__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "tabs",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "page_action": {
    "default_icon": {
      "19": "/img/icon48.png",
      "38": "/img/icon48.png"
    },
    "default_title": "Wordpress Style Editor",
    "default_popup": "/html/popup.html"
  },
  "icons": {
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "devtools_page": "/html/devtools.html",
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "minimum_chrome_version": "18"
}