Send to Notion Firefox

Examine source code of Send to Notion

Inspect and view changes in Send to Notion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Send to Notion",
  "short_name": "Send to Noti",
  "version": "1.0.0",
  "description": "Saves selected text, links, and page content to a local collection via right-click for later Notion import",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Send to Notion",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "send_to_notion_context@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Send to Notion Alternatives

Here are some Firefox add-ons that are similar to Send to Notion: