Spacebar Review for GitHub Firefox

Examine source code of Spacebar Review for GitHub

Par : Jeppe Add-on
Inspect and view changes in Spacebar Review for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Spacebar Review for GitHub",
  "version": "1.0.0",
  "description": "Space marks the next unviewed file on a PR and scrolls to the following one.",
  "browser_specific_settings": {
    "gecko": {
      "id": "spacebar-review-for-github@jeppejuliuskrogh.gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Meilleures alternatives Spacebar Review for GitHub

Voici quelques Firefox add-ons qui sont similaires à Spacebar Review for GitHub :