Simple currency converter

Currency rate calculator

Τι είναι το Simple currency converter;

Το Simple currency converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MaxPax, και η κύρια λειτουργία του είναι "Currency rate calculator".

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

screenshot
screenshot

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

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

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

                        Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported.
Unused currencies can be hidden.                    

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

Όνομα Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
Επίσημο URL https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
Περιγραφή Currency rate calculator
Μέγεθος Αρχείου 125 KB
Αριθμός Εγκαταστάσεων 7,083
Τρέχουσα Έκδοση 2.3
Τελευταία Ενημέρωση 2023-10-24
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 4.00/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής MaxPax
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.iliz.net\/*"
    ],
    "icons": {
        "19": "icon48.png",
        "24": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}