Browser Sticky Notes Pro – Notes, Tables and more Firefox

Examine source code of Browser Sticky Notes Pro – Notes, Tables and more

Inspect and view changes in Browser Sticky Notes Pro – Notes, Tables and more source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Browser Sticky Notes",
  "version": "7.4",
  "description": "Opens a Sticky note on the Page when invoked using Shift+ALT+N.",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "assets/scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/scripts/content.js"
      ],
      "css": [
        "assets/styles/content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "open_popup": {
      "suggested_key": {
        "default": "Shift+Alt+ N"
      },
      "description": "Opens the popup"
    }
  },
  "sidebar_action": {
    "default_title": "Notes popup",
    "default_panel": "popup.html",
    "default_icon": "assets/icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab56dcea-c01d-4050-bd54-b01d8a9b0f3e}"
    }
  }
}

Melhores alternativas Browser Sticky Notes Pro – Notes, Tables and more

Aqui estão algumas Firefox add-ons que são similares a Browser Sticky Notes Pro – Notes, Tables and more: