Timestamp Decoder Firefox

Examine source code of Timestamp Decoder

提供元: noir04
Inspect and view changes in Timestamp Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Timestamp Decoder",
  "version": "0.2.2",
  "author": "noir04",
  "description": "Will decode unix timestamps into a human readable format",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "foreground.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "notifications",
    "contextMenus",
    "activeTab"
  ]
}

ベストのTimestamp Decoder代替案

Timestamp Decoderに類似したFirefox add-onをいくつか紹介します: