Evernote-Bookmarks

Evernote-Bookmarks

Quickly Add All of your Chrome Bookmarks to Evernote's Boookmark Service!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Evernote-Bookmarks",
  "version": "0.1.0.4",
  "description": "",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://arcane-mountain-77715.herokuapp.com/bookmarks",
        "http://localhost:5000/bookmarks"
      ],
      "js": [
        "config.js",
        "jquery-3.1.1.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "bookmarks",
    "tabs"
  ]
}