Time Converter

Convert time from HMS to decimal hours.

Τι είναι το Time Converter;

Το Time Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shawn, και η κύρια λειτουργία του είναι "Convert time from HMS to decimal hours.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Time Converter

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

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

                        Enter a time in HH:MM:SS and it will be converted to a decimal hours format. Separate the hours, minutes, and seconds values with any of the following characters: ":.,;-". When the enter key is pressed or the calculate button is clicked the decimal hours value will be displayed as well as copied to the clipboard.                    

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

Όνομα Time Converter Time Converter
ID hbpgnnldhjggnjdaplmbjiojhgoncjkp
Επίσημο URL https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp
Περιγραφή Convert time from HMS to decimal hours.
Μέγεθος Αρχείου 34.32 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-03-29
Ημερομηνία Δημοσίευσης 2022-03-28
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Shawn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Converter",
    "version": "1.0.0",
    "description": "Convert time from HMS to decimal hours.",
    "manifest_version": 3,
    "author": "Shawn",
    "action": {
        "default_popup": "index.html",
        "default_title": "Time Converter",
        "default_icon": {
            "16": "\/images\/time_calculator_icon-16x16.png",
            "32": "\/images\/time_calculator_icon-32x32.png",
            "48": "\/images\/time_calculator_icon-48x48.png",
            "128": "\/images\/time_calculator_icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/time_calculator_icon-16x16.png",
        "32": "\/images\/time_calculator_icon-32x32.png",
        "48": "\/images\/time_calculator_icon-48x48.png",
        "128": "\/images\/time_calculator_icon-128x128.png"
    }
}