Epoch time converter

Converts epoch(unix) and milliseconds to date time

Τι είναι το Epoch time converter;

Το Epoch time converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pari0130, και η κύρια λειτουργία του είναι "Converts epoch(unix) and milliseconds to date time".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Epoch time converter

Λήψη αρχείων επέκτασης Epoch time converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This program converts epoch(unix) time and milliseconds to date time.

After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert.

If you convert by selecting a date and time, convert it to the specified time.

It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time.

It provides useful functions to developers.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
Επίσημο URL https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Περιγραφή Converts epoch(unix) and milliseconds to date time
Μέγεθος Αρχείου 540 KB
Αριθμός Εγκαταστάσεων 440
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2022-08-18
Ημερομηνία Δημοσίευσης 2022-03-31
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής pari0130
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch time converter",
    "description": "Converts epoch(unix) and milliseconds to date time",
    "version": "1.0.6",
    "icons": {
        "128": "logo\/logo.png"
    },
    "action": {
        "default_title": "Epoch converter",
        "default_popup": "popup\/popup.html"
    }
}