Web Clipper (Nimbus)

Web Clipper (Nimbus)

Web Clipper that works! The easiest way to clip text, pics, links, email and pdf from internet pages and save them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/setup.js",
      "js/MessageConstants.js",
      "js/background/nimbws.js",
      "js/background/Speaker.js",
      "js/background/Listener.js",
      "js/_external/jquery-3.3.1.min.js",
      "js/_external/async.js",
      "js/core.js",
      "js/Settings.js",
      "js/cookieManager.js",
      "js/server.js",
      "js/bg.js",
      "js/background/screenmaker.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16x16.png",
      "48": "images/48x48.png",
      "128": "images/128x128.png"
    },
    "default_title": "Nimbus Clipper"
  },
  "commands": {
    "clip-selected-fragment": {
      "description": "Clip selected fragment",
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Ctrl+Shift+Y"
      }
    }
  },
  "content_scripts": [
    {
      "css": [
        "css/nimbus.css",
        "css/style.css",
        "css/jquery-ui.css",
        "css/nimbusTreeMenu.css"
      ],
      "js": [
        "js/_external/jquery-3.3.1.min.js",
        "js/_external/jquery.hotkeys.js",
        "js/_external/jquery-ui.min.js",
        "js/_external/async.js",
        "js/setup.js",
        "js/core.js",
        "js/MessageConstants.js",
        "js/content_scripts/Speaker.js",
        "js/content_scripts/Listener.js",
        "js/content_scripts/dropdown.js",
        "js/content_scripts/Article.js",
        "js/content_scripts/alertManager.js",
        "js/adapters/defaultMeasureFrameAdapter.js",
        "js/adapters/docsGoogleMeasureFrameAdapter.js",
        "js/adapters/factory.js",
        "js/content_scripts/messenger.js",
        "js/content_scripts/DOMParser.js",
        "js/content_scripts/htmlparser/mercury.web.js",
        "js/content_scripts/htmlparser/content_clone.js",
        "js/content_scripts/htmlparser/specificity.js",
        "js/content_scripts/htmlparser/cssparser.js",
        "js/content_scripts/htmlparser/misc.js",
        "js/content_scripts/htmlparser/preparer.js",
        "js/content_scripts/htmlparser/parser.js",
        "js/content_scripts/htmlparser/article.js",
        "js/content_scripts/htmlparser/modules/mail_classes.js",
        "js/content_scripts/htmlparser/modules/rawfiles.js",
        "js/content_scripts/htmlparser/modules/gmail.js",
        "js/content_scripts/htmlparser/modules/yandexmail.js",
        "js/content_scripts/htmlparser/modules/livemail.js",
        "js/content_scripts/htmlparser/modules/youtube.js",
        "js/content_scripts/htmlparser/modules/mailru.js",
        "js/content_scripts/htmlparser/modules/outlook.js",
        "js/content_scripts/htmlparser/modules/yahoo.js",
        "js/content_scripts/htmlparser/modules/mail_prepare.js",
        "js/content_scripts/htmlparser/modules/amazon.js",
        "js/content_scripts/htmlparser/modules/linkedin.js",
        "js/content_scripts/htmlparser/modules/imdb.js",
        "js/content_scripts/htmlparser/modules/kinopoisk.js",
        "js/content_scripts/htmlparser/modules/arxiv.js",
        "js/content_scripts/htmlparser/photoclip.js",
        "js/content_scripts/htmlparser/cssinliner.js",
        "js/content_scripts/mime.js",
        "js/content_scripts/notify.js",
        "js/content_scripts/screenmaker.js",
        "js/content_scripts/hotkeys.js",
        "js/content_scripts/nimbus.js",
        "js/content_scripts/pageHelper.js",
        "js/content_scripts/imageHelper.js",
        "js/content_scripts/browserOverlay.js",
        "js/content_scripts/nimbusTreeMenu.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/content_scripts/everhelper.js"
      ],
      "matches": [
        "https://everhelper.me/*",
        "https://sync.everhelper.me/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "js/content_scripts/htmlparser/tools_serialize.js",
        "js/content_scripts/htmlparser/html_serialize.js",
        "js/content_scripts/htmlparser/frame_clone.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://sync.everhelper.me/; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://nimbus.everhelper.me",
  "icons": {
    "16": "images/16x16.png",
    "24": "images/24x24.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "64": "images/64x64.png",
    "128": "images/128x128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Web Clipper (Nimbus)",
  "options_page": "options.htm",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "<all_urls>",
    "cookies"
  ],
  "short_name": "Web Clipper",
  "version": "4.6.5",
  "web_accessible_resources": [
    "images/*",
    "css/optionStyle.css",
    "js/setpopup.js",
    "js/core.js",
    "js/_external/jquery-3.3.1.min.js",
    "js/content_scripts/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}