Epoch

Quick Linux/Epoch time converter

Wat is Epoch?

Epoch is een Chrome-extensie ontwikkeld door Liorama, en de belangrijkste functie is "Quick Linux/Epoch time converter".

Download het CRX-bestand van de extensie Epoch

Download Epoch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Epoch Epoch
ID giojmegbijfdaifkfblkljnbeljjhlaj
Officiële URL https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj
Beschrijving Quick Linux/Epoch time converter
Bestandsgrootte 245 KB
Aantal Installaties 41
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-03-15
Publicatiedatum 2016-03-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Liorama
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}