Academic Web Clipper Firefox

Examine source code of Academic Web Clipper

Inspect and view changes in Academic Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Academic Web Clipper",
  "version": "1.0",
  "description": "Extract academic web content to Markdown, converting MathML to LaTeX for seamless note-taking.",
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "academic-web-clipper@example.com"
    }
  }
}

Best Academic Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Academic Web Clipper: