GitHub Absolute Dates Firefox

Examine source code of GitHub Absolute Dates

Por: ena
Inspect and view changes in GitHub Absolute Dates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "id": "github-absolute-dates",
  "name": "GitHub Absolute Dates",
  "version": "1.0",
  "description": "Convert GitHub's relative timestamps into absolute timestamps.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "192": "icons/icon192.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-absolute-dates@example.com"
    }
  }
}

Melhores alternativas GitHub Absolute Dates

Aqui estão algumas Firefox add-ons que são similares a GitHub Absolute Dates: