Currency Converter

Currency Converter

Cos'è Currency Converter?

Currency Converter è un'estensione di Chrome sviluppata da Easy Unit Converter, e la sua funzione principale è "Currency Converter".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Currency Converter

Scarica i file di estensione Currency Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Currency converter or currency exchange rates for google chrome extension 
Easy to compare Foreign exchange rate.

Currency Converter provides today's live and historical currency exchange rates for free. All currency conversion rates are the average of various bank exchange rates.
The data of the Foreign exchange rate are industry-standard from leading market data contributors. Our rates have been trusted so widely used by small and big businesses around the world.


Why use this currency converter?

Use this for free, calculate and Compare  Foreign currencies and exchange rates in real time, you can use it in travel planning and many other senecio, like  trade the forex market, stock exchange, and even with binary options to convert currencies from one to another Foreign

Exchange rates fluctuate constantly over the time as currencies are actively traded.  The Price up and down, similar to other assets such as gold or stocks. The market  share price of a currency – how many U.S. dollars it takes to buy a Australian dollar for example – is different than the rate you will receive from the bank during  exchange currency. 



Currency converters usually display a value that is not biased towards buying or selling. This is useful when estimating the value of goods or services, basic accounting and invoicing and preparing financial plans and reports.

This converter uses the exchange rate API:
All currency conversion rates are the average of various bank exchange rates. The reference rates are usually updated every working day, except on TARGET closing days. They are based on a regular daily concertation procedure between central banks across Europe, 


Available World Currencies:

- US Dollar
- Euro
- Japanese Yen
- Pound Sterling
- Australian Dollar
- Canadian Dollar
- Swiss Franc
- Chinese Yuan
- Swedish Krona
- N. Zealand Dollar
- Mexican peso
- Singapore Dollar
- Hong Kong Dollar
- Norwegian Krone
- South Korean Won
- Turkish Lira
- Russian Ruble
- Indian Rupee
- Brazilian Real
- South African Rand
- Philippine Peso
- Czech Koruna
- Indonesian Rupiah
- Malaysian Ringgit
- Hungarian Forint
- Icelandic krona
- Croatian Kuna
- Bulgarian Lev
- Romanian Leu
- Danish Krone
- Thai Baht
- Polish Zloty
- Israeli Shekel
- UAE Dirham
- Argentine Peso
- Bahamian Dollar
- Chilean Peso
- Colombian Peso
- Dominican Peso
- Egyptian Pound
- Fiji Dollar
- Guatemalan Quetzal
- Kazakhstani Tenge
- Panamanian Balboa
- Peruvian Sol
- Pakistani Rupee
- Paraguayan Guarani
- Saudi Riyal
- New Taiwan Dollar
- Ukrainian Hryvnia
- Uruguayan Peso
- Vietnamese Dong

Important features:

✓ Insert the amount then select the ISO currency symbols or country names to convert the foreign currency.
✓ Open in a popup in Google Chrome.
✓ It's completely free.
✓ No ads.
✓ Simple design inspired by material design.
✓ Does not require special permissions.
✓ Converts all the currencies at once.
✓ Aplicable reference rates are of previous day.
✓ We support 160+ world currencies.                    

Informazioni di Base sull'Estensione

Nome Currency Converter Currency Converter
ID nnianpohaekfhjbpgnfnkkbikeopeogn
URL Ufficiale https://chrome.google.com/webstore/detail/currency-converter/nnianpohaekfhjbpgnfnkkbikeopeogn
Descrizione Currency Converter
Dimensione del File 382 KB
Conteggio Installazioni 110
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-07
Data di Pubblicazione 2020-03-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Easy Unit Converter
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://unitconverter.net/currency-converter
URL della Pagina della Politica sulla Privacy https://easyunitconverter.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currency Converter",
    "short_name": "Currency Converter",
    "description": "Currency Converter",
    "version": "1.0",
    "author": "Ravi Roshan",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "Currency Converter: All type for currency conversions"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Currency Converter"
        }
    }
}