Smart Converter

Supper easy to use currency converter extension

Cos'è Smart Converter?

Smart Converter è un'estensione di Chrome sviluppata da https://smart-converter.vercel.app, e la sua funzione principale è "Supper easy to use currency converter extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smart Converter

Scarica i file di estensione Smart 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

                        How to use:
      1. Select source currency
      2. Type value
      3. Get conversion for all other currencies

💵 Multiple conversions
      56 currencies available for conversion.

⚡️ Always at hand
      Use keyboard shortcut to open conversions pop up.
       Alt + E (Windows, Linux, Chrome OS)
       ⌥ + E (macOS)

🌙 Dark theme
      Beautiful dark theme designed to reduce eye strain at night.                    

Informazioni di Base sull'Estensione

Nome Smart Converter Smart Converter
ID lbjjliediibjgglhhmnpanncbkchpmeg
URL Ufficiale https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg
Descrizione Supper easy to use currency converter extension
Dimensione del File 2.76 MB
Conteggio Installazioni 789
Versione Corrente 1.5.0
Ultimo Aggiornamento 2023-09-20
Data di Pubblicazione 2022-04-27
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore https://smart-converter.vercel.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smart-converter.vercel.app/
URL della Pagina di Aiuto https://smart-converter.vercel.app/contacts
URL della Pagina della Politica sulla Privacy https://www.doublesubs.com/privacy
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.5.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/smart-converter.vercel.app\/",
    "author": "Currency Exchange Rates",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "128": ".\/dist\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/dist\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/dist\/assets\/icons\/icon.png"
    },
    "background": {
        "service_worker": "dist\/bgWrapper.js"
    },
    "options_page": "dist\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/options.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    }
}