NoteSearch

NoteSearch

NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NoteSearch",
  "description": "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.",
  "author": "Laurent Goudet",
  "version": "1.0.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "evernote-sdk-minified.js",
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "note"
  },
  "permissions": [
    "tabs",
    "https://*.evernote.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}