Timely

Timely

This extension converts unix epoch timestamps to human-readable times.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timely",
  "short_name": "Timely",
  "description": "This extension converts unix epoch timestamps to human-readable times.",
  "icons": {
    "128": "icon128.png"
  },
  "version": "1.0.1",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Show human-readable timestamps"
  }
}