Pull Request Commits Parser Firefox

Examine source code of Pull Request Commits Parser

제작자: Kevin Lucich Add-on
Inspect and view changes in Pull Request Commits Parser 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": 3,
  "name": "Pull Request Commits Parser",
  "description": "Allows you to have the commits list of a Pull Request always organized, tidy, clean and also eliminates double identical commits",
  "version": "3.4.0",
  "author": "Kevin Lucich",
  "browser_specific_settings": {
    "gecko": {
      "id": "gh.pr.parser@lucichkevin.it",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Pull Request Commits Parser (GitHub/BitBucket)",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*",
        "*://www.github.com/*",
        "*://bitbucket.org/*",
        "*://www.bitbucket.org/*"
      ],
      "js": [
        "jquery-3.7.0.min.js",
        "parser.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_security_policy": {}
}

최고의 Pull Request Commits Parser 대안

다음은 Pull Request Commits Parser과(와) 유사한 Firefox add-on입니다: