Commit Newer/Older Indicators Firefox

Examine source code of Commit Newer/Older Indicators

By: bobko
Inspect and view changes in Commit Newer/Older Indicators source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "commit-newer-older-indicators@nikitabobko",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "name": "Commit Newer/Older Indicators",
  "version": "1.0.0",
  "description": "Adds simple 'Newer'/'Older' indicators to commit lists",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://jetbrains.team/*",
        "https://*.jetbrains.team/*",
        "https://jetbrains.space/*",
        "https://*.jetbrains.space/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Commit Newer/Older Indicators Alternatives

Here are some Firefox add-ons that are similar to Commit Newer/Older Indicators: