Notion Slides by Wunderpresentation Firefox

Examine source code of Notion Slides by Wunderpresentation

Inspect and view changes in Notion Slides by Wunderpresentation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.6",
  "name": "Notion Slides by Wunderpresentation",
  "manifest_version": 2,
  "description": "Converts a Notion page into interactive presentation slides.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/browser.background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.notion.so/*",
        "*://*.notion.site/*"
      ],
      "js": [
        "js/main.js",
        "js/browser.content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon-16.png",
      "19": "icons/icon-19.png",
      "32": "icons/icon-32.png",
      "38": "icons/icon-38.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Notion Slides",
    "show_matches": [
      "*://*.notion.so/*"
    ]
  }
}

Best Notion Slides by Wunderpresentation Alternatives

Here are some Firefox add-ons that are similar to Notion Slides by Wunderpresentation: