Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Wat is Unix Timestamp Converter?
Unix Timestamp Converter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".
Extensie Screenshots
Download het CRX-bestand van de extensie Unix Timestamp Converter
Download 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
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try.
Basisinformatie over de Extensie
Naam | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
Officiële URL | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
Beschrijving | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 5,057 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2021-12-23 |
Publicatiedatum | 2017-09-29 |
Beoordeling | 4.23/5 Totaal 26 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/CoryNoonan/unix-timestamp-chrome |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Timestamp Converter", "version": "0.4.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!", "manifest_version": 2, "browser_action": { "default_icon": "public\/images\/icon.png", "default_popup": "index.html", "default_name": "Unix Timestamp Converter", "short_name": "Unix Timestamp Converter" }, "icons": { "48": "public\/images\/icon.png", "128": "public\/images\/icon.png" }, "permissions": [ "storage" ] } |