ConsoleEditor

ConsoleEditor

A CoffeeScript compiler with harmony support

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ConsoleEditor",
  "description": "A CoffeeScript compiler with harmony support",
  "version": "0.1",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "128": "assets/images/128.png"
  },
  "devtools_page": "popup.html",
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Send a 'toggle-feature' event to the extension"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  }
}