Colored GitHub Contributions Firefox

Examine source code of Colored GitHub Contributions

제작자: valsov
Inspect and view changes in Colored GitHub Contributions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Color Commits",
  "version": "1.2",
  "description": "Custom colors for GitHub contributions. This extension does not collect any data.",
  "browser_specific_settings": {
    "gecko": {
      "id": "purple-commits-extension@my-addon",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "menu.html"
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "*://*.github.com/*"
  ]
}

최고의 Colored GitHub Contributions 대안

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