Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
What is Unix Timestamp Converter?
Unix Timestamp Converter is a Chrome extension developed by Unknown, and its main feature is "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".
Extension Screenshots
Download Unix Timestamp Converter Extension CRX File
Download Unix Timestamp Converter 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
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try.
Extension Basic Information
Name | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
Official URL | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
Description | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
File Size | 1.04 MB |
Installation Count | 5,057 |
Current Version | 0.4.0 |
Last Updated | 2021-12-23 |
Publish Date | 2017-09-29 |
Rating | 4.23/5 Total 26 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/CoryNoonan/unix-timestamp-chrome |
Supported Languages | en-US |
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" ] } |