Convert Unixtime

Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Convert Unixtime",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Convert Unixtime to Date format by selecting the context menu.",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}