Auto Study Material Finder Firefox

Examine source code of Auto Study Material Finder

Inspect and view changes in Auto Study Material Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Study Material Finder",
  "version": "1.0",
  "description": "Automatically search and save study materials for future reference.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{15da50b1-6a27-4425-b662-fb1b9cd085d3}"
    }
  }
}

Best Auto Study Material Finder Alternatives

Here are some Firefox add-ons that are similar to Auto Study Material Finder: