Notes Station 3 Clipper

Notes Station 3 Clipper

Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notes Station 3 Clipper",
  "version": "1.0.2",
  "default_locale": "en",
  "description": "Use the Notes Station 3 Clipper to save things you see on the web into your Notes Station 3 account.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "Notes Station3 Clipper"
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "homepage_url": "http://beta.qnapnotes.com",
  "options_page": "options.html",
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "images/icon48.png",
    "images/loading.gif",
    "images/UI/keyboard.png",
    "notification.html",
    "jquery/jquery-2.1.3.min.js",
    "init_clipper_main.js",
    "library/editor.min.js",
    "clipper_main_iframe.html",
    "clipper_main_iframe.js",
    "clipper_main_preview.html",
    "clipper_main_preview.js",
    "addScreen.js",
    "clipper_screen_box_iframe.html",
    "clipper_screen_box_iframe.js",
    "library/images/editor_icon.png",
    "autoscroll.js",
    "gmail.js",
    "page.js",
    "api.js",
    "contentScript.js",
    "checkInstall.js"
  ]
}