Add-ons for Evernote Web App

Add-ons for Evernote Web App

Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Add-ons for Evernote Web App",
  "description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.",
  "version": "25",
  "permissions": [
    "https://www.evernote.com/",
    "activeTab"
  ],
  "web_accessible_resources": [
    "en/entextbeta.js",
    "en/entables.js",
    "en/enalpha.js",
    "en/enchecklist.js",
    "en/entblsort.js"
  ],
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  },
  "browser_action": {
    "default_icon": "img/ico19.png",
    "default_popup": "vlxevernote.html"
  }
}