Currency Converter

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

Vad är Currency Converter?

Currency Converter är en Chrome-tillägg utvecklad av John Sanchirico, och dess huvudfunktion är "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

Tilläggsskärmbilder

screenshot

Ladda ner Currency Converter-förlängningens CRX-fil

Ladda ner Currency Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
Officiell webbadress https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Beskrivning Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Filstorlek 76.83 KB
Antal Installationer 49
Aktuell Version 0.1.1
Senast Uppdaterad 2019-10-23
Publiceringsdatum 2019-10-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare John Sanchirico
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}