Epoch/Unix Timestamp Converter
This extension provides a quick way to see Epoch/Unix timestamps in a readable format.
Wat is Epoch/Unix Timestamp Converter?
Epoch/Unix Timestamp Converter is een Chrome-extensie ontwikkeld door Joel Henke, en de belangrijkste functie is "This extension provides a quick way to see Epoch/Unix timestamps in a readable format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Epoch/Unix Timestamp Converter
Download Epoch/Unix Timestamp 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
A tooltip will appear when you highlight an epoch timestamp to display a readable format.
Basisinformatie over de Extensie
Naam | Epoch/Unix Timestamp Converter |
ID | ccmimkellmbnnemahggeenpdefmldbfk |
Officiële URL | https://chromewebstore.google.com/detail/epochunix-timestamp-conve/ccmimkellmbnnemahggeenpdefmldbfk |
Beschrijving | This extension provides a quick way to see Epoch/Unix timestamps in a readable format. |
Bestandsgrootte | 10.02 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-02-19 |
Publicatiedatum | 2020-02-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Joel Henke |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Epoch\/Unix Timestamp Converter", "version": "1.0", "description": "This extension provides a quick way to see Epoch\/Unix timestamps in a readable format.", "author": "Joel Henke", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |