GitHub Release Notes Compiler Firefox

Examine source code of GitHub Release Notes Compiler

Por: Saurabh Add-on
Inspect and view changes in GitHub Release Notes Compiler 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,
  "name": "GitHub Release Notes Compiler",
  "version": "1.0.3",
  "description": "Build release notes from GitHub pull requests. Automatically generate formatted release notes by comparing branches or tags.",
  "author": "Roronoa Zoro",
  "homepage_url": "https://devbypatil.com",
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "GitHub Release Notes Compiler",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-32.svg",
      "128": "icons/icon-32.svg"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-32.svg",
    "128": "icons/icon-32.svg"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-release-notes-compiler@devbypatil.com",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Mejores alternativas GitHub Release Notes Compiler

Aquí hay algunas Firefox add-ons que son similares a GitHub Release Notes Compiler: