Dollar Exchange Rate

Check the dollar exchange rate in your country currency

Co to jest Dollar Exchange Rate?

Dollar Exchange Rate to rozszerzenie Chrome opracowane przez Edgar González, a jego główną funkcją jest „Check the dollar exchange rate in your country currency”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dollar Exchange Rate

Pobierz pliki rozszerzeń Dollar Exchange Rate 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

                        Keep track of the dollar rate in your country currency                    

Podstawowe informacje o rozszerzeniu

Nazwa Dollar Exchange Rate Dollar Exchange Rate
ID ppjjbkfcofgeidfellinfmlgmpklajfk
Oficjalny URL https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk
Opis Check the dollar exchange rate in your country currency
Rozmiar pliku 683 KB
Liczba instalacji 15
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2019-04-04
Data Publikacji 2019-04-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Edgar González
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dollar Exchange Rate",
    "version": "1.2.0",
    "description": "Check the dollar exchange rate in your country currency",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16_x_16.png",
        "32": "images\/32_x_32.png",
        "48": "images\/48_x_48.png",
        "128": "images\/128_x_128.png"
    },
    "permissions": [
        "declarativeContent",
        "notifications",
        "alarms",
        "storage",
        "https:\/\/www.countryflags.io\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16_x_16.png",
            "32": "images\/32_x_32.png",
            "48": "images\/48_x_48.png",
            "128": "images\/128_x_128.png"
        }
    },
    "options_page": "options.html"
}