Learning Extension October Firefox

Examine source code of Learning Extension October

By: Saurabh
Inspect and view changes in Learning Extension October source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Add-on for integration of Technia File Manager",
  "manifest_version": 2,
  "name": "Learning Extension October",
  "version": "1.3",
  "icons": {
    "48": "icons/filemanager-48.png",
    "96": "icons/filemanager-96.png",
    "128": "icons/filemanager-128.png"
  },
  "applications": {
    "gecko": {
      "id": "me_october@test.com",
      "strict_min_version": "50.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}

Best Learning Extension October Alternatives

Here are some Firefox add-ons that are similar to Learning Extension October: