Smart Converter

Supper easy to use currency converter extension

Wat is Smart Converter?

Smart Converter is een Chrome-extensie ontwikkeld door https://smart-converter.vercel.app, en de belangrijkste functie is "Supper easy to use currency converter extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Smart Converter

Download Smart Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smart Converter Smart Converter
ID lbjjliediibjgglhhmnpanncbkchpmeg
Officiële URL https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg
Beschrijving Supper easy to use currency converter extension
Bestandsgrootte 2.76 MB
Aantal Installaties 789
Huidige Versie 1.5.0
Laatst Bijgewerkt 2023-09-20
Publicatiedatum 2022-04-27
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar https://smart-converter.vercel.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://smart-converter.vercel.app/
Help Pagina-URL https://smart-converter.vercel.app/contacts
URL van de Privacybeleid Pagina https://www.doublesubs.com/privacy
Ondersteunde Talen 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"
            }
        }
    }
}