Save to Notion Firefox

Examine source code of Save to Notion

제작자: Herlemont
Inspect and view changes in Save to Notion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save to Notion",
  "version": "0.0.5",
  "description": "Save semantic web page data to notion.so.",
  "icons": {
    "48": "icons/ico-48.png",
    "96": "icons/ico-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://api.notion.com/*",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f284c22-5863-4fb6-b523-9fb4ce1061dc}",
      "strict_min_version": "65.0"
    }
  }
}

최고의 Save to Notion 대안

다음은 Save to Notion과(와) 유사한 Firefox add-on입니다: