Quick Unit Converter

Quickly convert different units with instant results, making your online experience simpler and more convenient.

Τι είναι το Quick Unit Converter;

Το Quick Unit Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vu Le, και η κύρια λειτουργία του είναι "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

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

screenshot

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

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

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

                        The Ultimate Unit Converter Chrome Extension is a powerful tool designed to simplify your online experience by providing quick and efficient unit conversions right at your fingertips. With this extension, you can bid farewell to manual calculations and tedious searches for conversion tables.

Using our user-friendly interface, you can effortlessly convert between a wide range of units in various categories, including length, weight, temperature, volume, time, and more. Simply type the text or value you want to convert, and our extension will instantly display the converted result in real-time.                    

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

Όνομα Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
Επίσημο URL https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Περιγραφή Quickly convert different units with instant results, making your online experience simpler and more convenient.
Μέγεθος Αρχείου 126 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-06-15
Ημερομηνία Δημοσίευσης 2023-06-15
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Vu Le
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Unit Converter",
    "version": "1.0.1",
    "description": "Quickly convert different units with instant results, making your online experience simpler and more convenient.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}