Lecture Capture Firefox

Examine source code of Lecture Capture

By: Satpute
Inspect and view changes in Lecture Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lecture Capture",
  "version": "1.0",
  "description": "Easily capture screenshots from YouTube videos, organize them in the sidebar, and create PDFs for quick notes!",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8acd36e7-97e1-4ab8-b67e-993b200d1bbe}"
    }
  }
}

Best Lecture Capture Alternatives

Here are some Firefox add-ons that are similar to Lecture Capture: