Epoch Converter

This extension converts a selected epoch number to GMT and local time

Wat is Epoch Converter?

Epoch Converter is een Chrome-extensie ontwikkeld door Nga Pham, en de belangrijkste functie is "This extension converts a selected epoch number to GMT and local time".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Epoch Converter

Download Epoch Converter-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

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

Basisinformatie over de Extensie

Naam Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
Officiële URL https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
Beschrijving This extension converts a selected epoch number to GMT and local time
Bestandsgrootte 3.6 KB
Aantal Installaties 25
Huidige Versie 1.1
Laatst Bijgewerkt 2014-10-16
Publicatiedatum 2014-10-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Nga Pham
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}