Unix Timestamp Converter

Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unix Timestamp Converter",
  "version": "0.4.0",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "public/images/icon.png",
    "default_popup": "index.html",
    "default_name": "Unix Timestamp Converter",
    "short_name": "Unix Timestamp Converter"
  },
  "icons": {
    "48": "public/images/icon.png",
    "128": "public/images/icon.png"
  },
  "permissions": [
    "storage"
  ]
}