Unix Time Converter

Converts Unix time to human readable format and vice versa

Qu'est-ce que Unix Time Converter ?

Unix Time Converter est une extension Chrome développée par Ren0, et sa fonction principale est "Converts Unix time to human readable format and vice versa".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unix Time Converter

Téléchargez les fichiers d'extension Unix Time 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

                        Unix Time Converter quickly converts time stamps.

With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone.

It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local.

When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds.

When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats.

This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.                    

Informations de Base sur l'Extension

Nom Unix Time Converter Unix Time Converter
ID iiofablbcigoibjfebccgbcngnigenlj
URL Officiel https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj
Description Converts Unix time to human readable format and vice versa
Taille du Fichier 208 KB
Nombre d'Installations 324
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-05-22
Date de Publication 2021-04-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ren0
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": 3,
    "name": "Unix Time Converter",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "description": "Converts Unix time to human readable format and vice versa",
    "icons": {
        "16": "icons\/schedule-black-16dp.png",
        "32": "icons\/schedule-black-32dp.png",
        "48": "icons\/schedule-black-48dp.png",
        "128": "icons\/schedule-black-128dp.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/schedule-black-16dp.png",
            "32": "icons\/schedule-black-32dp.png",
            "48": "icons\/schedule-black-48dp.png",
            "128": "icons\/schedule-black-128dp.png"
        },
        "default_title": "Unix Time Converter",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    }
}