GitHub user notes Firefox

Examine source code of GitHub user notes

Por: zxkmm
Inspect and view changes in GitHub user notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ff_plugin_github_user_notes",
  "version": "1.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "ff_plugin_github_user_notes@zxkmm.com"
    }
  },
  "description": "Make notes regarding specific GitHub users",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "user_notes.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "event_handler.js"
    ],
    "persistent": false
  }
}

Melhores alternativas GitHub user notes

Aqui estão algumas Firefox add-ons que são similares a GitHub user notes: