ts-converter

ts-converter

Convert timestamp in human readable dates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ts-converter",
  "version": "0.5.0",
  "author": "Mirko Perillo",
  "homepage_url": "https://github.com/mirkoperillo/ts-converter",
  "description": "Convert timestamp in human readable dates",
  "icons": {
    "32": "icons/clock_32.png",
    "48": "icons/clock_48.png",
    "64": "icons/clock_64.png",
    "128": "icons/clock_128.png"
  },
  "action": {
    "default_icon": "icons/clock_48.png",
    "default_title": "ts-converter",
    "default_popup": "popup/index.html"
  }
}