Absolute dates on GitHub Firefox

Examine source code of Absolute dates on GitHub

제작자: Nic
Inspect and view changes in Absolute dates on GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Absolute dates on GitHub",
  "description": "Replace relative dates with absolute ones on github.com",
  "version": "0.1.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/calendar-16.png",
    "48": "images/calendar-48.png",
    "128": "images/calendar-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "common/config.js",
        "scripts/content.js"
      ],
      "matches": [
        "*://github.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://github.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@maiern-github-absolute-dates-extension",
      "strict_min_version": "88.0"
    }
  }
}

최고의 Absolute dates on GitHub 대안

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