Offline Epoch Converter
This extension converts epoch to human readable
Wat is Offline Epoch Converter?
Offline Epoch Converter is een Chrome-extensie ontwikkeld door Jayesh Hathila, en de belangrijkste functie is "This extension converts epoch to human readable".
Extensie Screenshots
Download het CRX-bestand van de extensie Offline Epoch Converter
Download Offline 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 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.
Basisinformatie over de Extensie
Naam | Offline Epoch Converter |
ID | ahgbcbjdcoaijfoeakpnjaghpdndekbg |
Officiële URL | https://chromewebstore.google.com/detail/offline-epoch-converter/ahgbcbjdcoaijfoeakpnjaghpdndekbg |
Beschrijving | This extension converts epoch to human readable |
Bestandsgrootte | 28.9 KB |
Aantal Installaties | 681 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-01-27 |
Publicatiedatum | 2018-01-27 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Jayesh Hathila |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |