Canvas Page Folders Firefox

Examine source code of Canvas Page Folders

Inspect and view changes in Canvas Page Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Canvas Page Folders",
  "version": "1.1.4.4",
  "description": "Organises Pages into folders in Canvas LMS",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "142.0",
      "id": "cpf@bxtrom.eu",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  },
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://*.instructure.com/*",
        "https://canvas.gu.se/*",
        "https://canvas.qub.ac.uk/*",
        "https://canvas.wisc.edu/*",
        "https://canvas.wu.ac.at/*",
        "https://canvas.brown.edu/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon128.png",
        "local.png",
        "sync.png",
        "backupIcon.png",
        "menuIcon.png",
        "optIcon.png",
        "resetIcon.png",
        "syncIcon.png",
        "checkAll.png",
        "uncheckAll.png",
        "inactivate.png",
        "block_check.png",
        "nb.png"
      ],
      "matches": [
        "https://*.instructure.com/*",
        "http://*.instructure.com/*",
        "https://canvas.gu.se/*",
        "https://canvas.qub.ac.uk/*",
        "https://canvas.wisc.edu/*",
        "https://canvas.wu.ac.at/*",
        "https://canvas.brown.edu/*"
      ]
    }
  ]
}

Best Canvas Page Folders Alternatives

Here are some Firefox add-ons that are similar to Canvas Page Folders: