Currency Converter

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

Co je Currency Converter?

Currency Converter je rozšíření Chrome vyvinuté John Sanchirico, a jeho hlavní funkcí je „Currency Converter simply adds a popup to find the equivalent of a amount currency to another.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Currency Converter

Stáhněte si soubory rozšíření Currency Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
Oficiální URL https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Popis Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Velikost souboru 76.83 KB
Počet instalací 49
Aktuální Verze 0.1.1
Poslední Aktualizace 2019-10-23
Datum Vydání 2019-10-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář John Sanchirico
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}