noteKaar Firefox

Examine source code of noteKaar

By: Dipak R
Inspect and view changes in noteKaar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "noteKaar",
  "version": "1.0",
  "description": "Press C + N to create a sticky note or Right click in any websites",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "create_note": {
      "description": "Create a new sticky note"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7239d92d-ce1e-4357-baf6-22504df89099}"
    }
  }
}

Best noteKaar Alternatives

Here are some Firefox add-ons that are similar to noteKaar: