Convert Unix timestamp to date

Convert Unix timestamp to date

What is Convert Unix timestamp to date?

Convert Unix timestamp to date is a Chrome extension developed by https://sunmedia.ru, and its main feature is "Convert Unix timestamp to date".

Extension Screenshots

screenshot

Download Convert Unix timestamp to date Extension CRX File

Download Convert Unix timestamp to date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.                    

Extension Basic Information

Name Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
Official URL https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
Description Convert Unix timestamp to date
File Size 36.34 KB
Installation Count 113
Current Version 1.0
Last Updated 2013-03-27
Publish Date 2013-03-27
Rating 3.67/5 Total 3 Ratings
Developer https://sunmedia.ru
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "conv_timestamp.js"
        ]
    },
    "description": "Convert Unix timestamp to date",
    "icons": {
        "16": "time-16.gif",
        "32": "time-32.gif",
        "48": "time-48.gif",
        "128": "time-128.gif"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Convert Unix timestamp to date",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "time-48.gif"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}