GitHub Projects Milestone Progress Chrome

Examine source code of GitHub Projects Milestone Progress

Inspect and view changes in GitHub Projects Milestone Progress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.1",
  "name": "GitHub Projects Milestone Progress",
  "description": "Displays a progress bar for milestones in GitHub Projects.",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "author": "Rettend",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/projects/*"
      ],
      "js": [
        "content_scripts/content-0.js"
      ],
      "css": []
    }
  ]
}

Best GitHub Projects Milestone Progress Alternatives

Here are some Chrome extensions that are similar to GitHub Projects Milestone Progress: