ChontentEditable

ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "description": "__MSG_extDescription__",
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "default_locale": "ja",
  "version": "0.1.2",
  "manifest_version": 2
}