Pull Requests Counter Firefox

Examine source code of Pull Requests Counter

제작자: Martin Cavoj Add-on
Inspect and view changes in Pull Requests Counter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Renuo AG",
  "name": "Pull Requests Counter",
  "description": "This extension shows the number of Pull Requests assigned to you.",
  "version": "1.4.1resigned1",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "theme_icons": [
      {
        "light": "icon-light.png",
        "dark": "icon.png",
        "size": 32
      }
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "permissions": [
    "activeTab",
    "https://api.github.com/",
    "alarms",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pull-request-counter@renuo.ch",
      "strict_min_version": "57.0"
    }
  }
}

최고의 Pull Requests Counter 대안

다음은 Pull Requests Counter과(와) 유사한 Firefox add-on입니다: