Temp notes Firefox

Examine source code of Temp notes

Inspect and view changes in Temp notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Temp notes",
  "version": "0.5",
  "description": "Temporary notes in the sidebar",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Open Temp notes"
  },
  "sidebar_action": {
    "default_title": "Temp notes",
    "default_panel": "sidebar.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "add-icon.svg"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c90e8a3c-64b8-4531-a793-d7990618ce30}"
    }
  }
}

Best Temp notes Alternatives

Here are some Firefox add-ons that are similar to Temp notes: