Epoch
Quick Linux/Epoch time converter
What is Epoch?
Epoch is a Chrome extension developed by Liorama, and its main feature is "Quick Linux/Epoch time converter".
Download Epoch Extension CRX File
Download Epoch 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
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
Extension Basic Information
Name | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
Official URL | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
Description | Quick Linux/Epoch time converter |
File Size | 245 KB |
Installation Count | 41 |
Current Version | 0.0.3 |
Last Updated | 2016-03-15 |
Publish Date | 2016-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Liorama |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |