Translate my dates Firefox

Examine source code of Translate my dates

Inspect and view changes in Translate my dates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Translate my date",
  "version": "1.0",
  "description": "Hover over a date to see a friendly English translation and relative time.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "translatemydate@kryysal.dev",
      "strict_min_version": "102.0"
    }
  }
}

Best Translate my dates Alternatives

Here are some Firefox add-ons that are similar to Translate my dates: