Amplecap Beta Plus Firefox

Examine source code of Amplecap Beta Plus

Por: ABC8
Inspect and view changes in Amplecap Beta Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.5.24",
  "short_name": "Amplecap Beta",
  "name": "Amplecap Beta",
  "description": "Capture web content to Amplenote",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_title": "Amplecap",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/favicon-16x16.png",
      "32": "img/favicon-32x32.png",
      "192": "img/android-chrome-192x192.png",
      "256": "img/android-chrome-256x256.png"
    }
  },
  "commands": {
    "toggle-sidebar": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+Shift+A"
      },
      "description": "Toggle Sidebar"
    },
    "omnicapture": {
      "suggested_key": {
        "default": "Ctrl+Shift+6"
      },
      "description": "Create Amplecap Omnicapture",
      "global": true
    }
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery-3.6.0.min.js",
        "lib/browser-polyfill.min.js",
        "contentScript.bundle.js",
        "contentScripts/utils/storageManager.js",
        "contentScripts/utils/highlight.js",
        "contentScripts/utils/errorManager.js",
        "contentScripts/utils/hoverTools.js",
        "contentScripts/loadHighlights.js",
        "contentScripts/highlighterCursor.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "16": "img/favicon-16x16.png",
    "32": "img/favicon-32x32.png",
    "192": "img/android-chrome-192x192.png",
    "256": "img/android-chrome-256x256.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "web_accessible_resources": [
    "sidebar.html",
    "selection.html",
    "omnicapture.html",
    "sidebar.bundle.js",
    "selection.bundle.js",
    "omnicapture.bundle.js",
    "lib/fonts/lato-v17-latin-700.eot",
    "lib/fonts/lato-v17-latin-700.svg",
    "lib/fonts/lato-v17-latin-700.ttf",
    "lib/fonts/lato-v17-latin-700.woff",
    "lib/fonts/lato-v17-latin-700.woff2",
    "lib/fonts/lato-v17-latin-700italic.eot",
    "lib/fonts/lato-v17-latin-700italic.svg",
    "lib/fonts/lato-v17-latin-700italic.ttf",
    "lib/fonts/lato-v17-latin-700italic.woff",
    "lib/fonts/lato-v17-latin-700italic.woff2",
    "lib/fonts/lato-v17-latin-italic.eot",
    "lib/fonts/lato-v17-latin-italic.svg",
    "lib/fonts/lato-v17-latin-italic.ttf",
    "lib/fonts/lato-v17-latin-italic.woff",
    "lib/fonts/lato-v17-latin-italic.woff2",
    "lib/fonts/lato-v17-latin-regular.eot",
    "lib/fonts/lato-v17-latin-regular.svg",
    "lib/fonts/lato-v17-latin-regular.ttf",
    "lib/fonts/lato-v17-latin-regular.woff",
    "lib/fonts/lato-v17-latin-regular.woff2",
    "lib/fonts/pt-serif-v12-latin-regular.eot",
    "lib/fonts/pt-serif-v12-latin-regular.svg",
    "lib/fonts/pt-serif-v12-latin-regular.ttf",
    "lib/fonts/pt-serif-v12-latin-regular.woff",
    "lib/fonts/pt-serif-v12-latin-regular.woff2",
    "lib/fonts/roboto-v20-latin-500.eot",
    "lib/fonts/roboto-v20-latin-500.svg",
    "lib/fonts/roboto-v20-latin-500.ttf",
    "lib/fonts/roboto-v20-latin-500.woff",
    "lib/fonts/roboto-v20-latin-500.woff2",
    "lib/fonts/roboto-v20-latin-700.eot",
    "lib/fonts/roboto-v20-latin-700.svg",
    "lib/fonts/roboto-v20-latin-700.ttf",
    "lib/fonts/roboto-v20-latin-700.woff",
    "lib/fonts/roboto-v20-latin-700.woff2",
    "lib/fonts/roboto-v20-latin-regular.eot",
    "lib/fonts/roboto-v20-latin-regular.svg",
    "lib/fonts/roboto-v20-latin-regular.ttf",
    "lib/fonts/roboto-v20-latin-regular.woff",
    "lib/fonts/roboto-v20-latin-regular.woff2",
    "lib/themes/default/assets/fonts/brand-icons.eot",
    "lib/themes/default/assets/fonts/brand-icons.svg",
    "lib/themes/default/assets/fonts/brand-icons.ttf",
    "lib/themes/default/assets/fonts/brand-icons.woff",
    "lib/themes/default/assets/fonts/brand-icons.woff2",
    "lib/themes/default/assets/fonts/icons.eot",
    "lib/themes/default/assets/fonts/icons.otf",
    "lib/themes/default/assets/fonts/icons.svg",
    "lib/themes/default/assets/fonts/icons.ttf",
    "lib/themes/default/assets/fonts/icons.woff",
    "lib/themes/default/assets/fonts/icons.woff2",
    "lib/themes/default/assets/fonts/outline-icons.eot",
    "lib/themes/default/assets/fonts/outline-icons.svg",
    "lib/themes/default/assets/fonts/outline-icons.ttf",
    "lib/themes/default/assets/fonts/outline-icons.woff",
    "lib/themes/default/assets/fonts/outline-icons.woff2",
    "lib/modern-normalize.min.css",
    "lib/semantic.min.css",
    "lib/cropper.min.css",
    "lib/font-imports.css",
    "lib/frame.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{59c65355-9cb8-409c-b6c8-813b0e180e01}"
    }
  }
}

Melhores alternativas Amplecap Beta Plus

Aqui estão algumas Firefox add-ons que são similares a Amplecap Beta Plus: