ExchangeMyRate

ExchangeMyRate converts value of one currency to another.

Τι είναι το ExchangeMyRate;

Το ExchangeMyRate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον info.screengrabr, και η κύρια λειτουργία του είναι "ExchangeMyRate converts value of one currency to another.".

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

screenshot

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

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

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

                        ExchangeMyRate convert your prices to the selected currency using current rates.
Are you facing some difficulty converting currently on the hop when browsing and doing your work? Are you looking for a fast and efficient
 currency converter tool that enables you to change between different currencies on the spur of the moment?
This ExchangeMyRate extension will help user to convert prices (from major currencies) on any other selected currency. 
Watch the exchange rate between selected currencies while you are surfing on the internet. 
It also provides easily toggle between converted and original prices with quick conversion .This extension also handles ambiguous currencies as well.The answer to all your problems comes in the form of a Currency Converter. This currency conversion tool enables you to work on your
 existing tab with the power of computing and converting units of different currencies to the ones you want.It is continually being updated, which means that real-time currency changes have been integrated. This makes it a reliable and accurate 
tool for those looking for real-time currency while on the job.                    

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

Όνομα ExchangeMyRate ExchangeMyRate
ID mgoglfcmknffdbgkckkloiokgljhmnpe
Επίσημο URL https://chromewebstore.google.com/detail/exchangemyrate/mgoglfcmknffdbgkckkloiokgljhmnpe
Περιγραφή ExchangeMyRate converts value of one currency to another.
Μέγεθος Αρχείου 339 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-03-30
Ημερομηνία Δημοσίευσης 2021-03-29
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής info.screengrabr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExchangeMyRate",
    "version": "1.0",
    "description": "ExchangeMyRate converts value of one currency to another.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/index.html",
        "default_title": "Have a good day"
    }
}