Offline Epoch Converter

This extension converts epoch to human readable

Qu'est-ce que Offline Epoch Converter ?

Offline Epoch Converter est une extension Chrome développée par Jayesh Hathila, et sa fonction principale est "This extension converts epoch to human readable".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Offline Epoch Converter

Téléchargez les fichiers d'extension Offline Epoch Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is simple offline epoch convertor which do exactly what it says: convert Epoch to Human Readable format and from Human Readable format to Epoch. You can also specify time zone to use while converting human readable to Epoch.                    

Informations de Base sur l'Extension

Nom Offline Epoch Converter Offline Epoch Converter
ID ahgbcbjdcoaijfoeakpnjaghpdndekbg
URL Officiel https://chromewebstore.google.com/detail/offline-epoch-converter/ahgbcbjdcoaijfoeakpnjaghpdndekbg
Description This extension converts epoch to human readable
Taille du Fichier 28.9 KB
Nombre d'Installations 681
Version Actuelle 1.1
Dernière Mise à Jour 2018-01-27
Date de Publication 2018-01-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur Jayesh Hathila
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline Epoch Converter",
    "description": "This extension converts epoch to human readable",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "epoch_popup.html",
        "default_title": "Convert Epoch Offline"
    }
}