Space Time

converts timestamps

What is Space Time?

Space Time is a Chrome extension developed by lucaswadedavis, and its main feature is "converts timestamps".

Extension Screenshots

screenshot

Download Space Time Extension CRX File

Download Space Time 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

                        A simple Chrome Extension that converts Unix timestamps to UTC time and back again.                    

Extension Basic Information

Name Space Time Space Time
ID npecdijhmblnpadmfbmedjnhdpafohni
Official URL https://chromewebstore.google.com/detail/space-time/npecdijhmblnpadmfbmedjnhdpafohni
Description converts timestamps
File Size 277 KB
Installation Count 21
Current Version 1.1
Last Updated 2015-10-31
Publish Date 2015-10-30
Rating 5.00/5 Total 2 Ratings
Developer lucaswadedavis
Payment Type free
Help Page URL https://github.com/lucaswadedavis/space-time
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "name": "Space Time",
    "description": "converts timestamps",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}