GitHub user notes Firefox

Examine source code of GitHub user notes

제작자: 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
  }
}

최고의 GitHub user notes 대안

다음은 GitHub user notes과(와) 유사한 Firefox add-on입니다: