Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

Co to jest Currency Converter?

Currency Converter to rozszerzenie Chrome opracowane przez John Sanchirico, a jego główną funkcją jest „Currency Converter simply adds a popup to find the equivalent of a amount currency to another.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Currency Converter

Pobierz pliki rozszerzeń Currency Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

Podstawowe informacje o rozszerzeniu

Nazwa Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
Oficjalny URL https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Opis Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Rozmiar pliku 76.83 KB
Liczba instalacji 49
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2019-10-23
Data Publikacji 2019-10-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper John Sanchirico
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}