goodbye-rfc-2822-date-time

goodbye-rfc-2822-date-time

I hate the date and time notation method like RFC 2822. This extension converts time notation to native language as much as possible.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "goodbye-rfc-2822-date-time",
  "short_name": "goodbye-2822",
  "description": "I hate the date and time notation method like RFC 2822. This extension converts time notation to native language.",
  "version": "3.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "102.0"
    }
  },
  "developer": {
    "name": "ncaq",
    "url": "https://github.com/ncaq/goodbye-rfc-2822-date-time"
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/main.js"
      ]
    }
  ]
}