AlterNote Editor

AlterNote Editor

An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon-19.png"
    },
    "default_title": "AlterNote"
  },
  "description": "An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client.",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "AlterNote Editor",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "tabs",
    "cookies",
    "https://www.evernote.com/*"
  ],
  "version": "7.8.1"
}