Rate Code Firefox

Examine source code of Rate Code

제작자: Nikolin Lotter
Inspect and view changes in Rate Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Rate Code",
  "version": "1.0.0",
  "icons": {
    "16": "assets/icons/favicon-16.png",
    "32": "assets/icons/favicon-32.png",
    "192": "assets/icons/favicon-192.png",
    "512": "assets/icons/favicon-512.png"
  },
  "description": "This extension streamlines the rating of commits and tasks by the Rate Code Bot.",
  "homepage_url": "https://github.com/CodeHub3/code-rating-bot-extension",
  "short_name": "Rate Code",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://*.github.com/*",
    "https://codax.ifi.uzh.ch/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "author": "CodeHub3",
  "browser_specific_settings": {
    "gecko": {
      "id": "{50e52a4b-b2e1-4d23-ad0d-c73842575dbb}"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/favicon-16.png",
      "32": "assets/icons/favicon-32.png",
      "192": "assets/icons/favicon-192.png",
      "512": "assets/icons/favicon-512.png"
    },
    "default_title": "Rate Code",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.github.com/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ],
      "css": [
        "css/contentScript.css"
      ]
    }
  ]
}

최고의 Rate Code 대안

다음은 Rate Code과(와) 유사한 Firefox add-on입니다: