Pinned Google Keep Firefox

Examine source code of Pinned Google Keep

Inspect and view changes in Pinned Google Keep source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "gkeeppanel@alejandrobrizuela.com.ar"
    }
  },
  "manifest_version": 2,
  "name": "Pinned Google Keep",
  "version": "2.2.0",
  "description": "Go to the pinned Google Keep tab. If it doesn't exist, it's created.",
  "icons": {
    "48": "icons/keep-48.png",
    "64": "icons/keep-64.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/keep-32.png"
    },
    "default_title": "Pinned Google Keep",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+K"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Pinned Google Keep Alternatives

Here are some Firefox add-ons that are similar to Pinned Google Keep: