Numbr

A smart calculator combined with a notepad.

Cos'è Numbr?

Numbr è un'estensione di Chrome sviluppata da https://numbr.dev, e la sua funzione principale è "A smart calculator combined with a notepad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Numbr

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

                        Numbr is a smart calculator that looks beautiful and is a notepad at the same time. It can work with prices in different currencies, convert from one currency to another currency. As well as cryptocurrency rates. 

Here is a example of expression Numbr understands: $100 in EUR + 25%                    

Informazioni di Base sull'Estensione

Nome Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
URL Ufficiale https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
Descrizione A smart calculator combined with a notepad.
Dimensione del File 75.04 KB
Conteggio Installazioni 2,404
Versione Corrente 2.2
Ultimo Aggiornamento 2023-07-26
Data di Pubblicazione 2022-02-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://numbr.dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://numbr.dev/ipbm
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbr",
    "description": "A smart calculator combined with a notepad.",
    "version": "2.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/numbr.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/numbr-logo16.png",
            "32": "\/images\/numbr-logo32.png",
            "48": "\/images\/numbr-logo48.png",
            "128": "\/images\/numbr-logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/numbr-logo16.png",
        "32": "\/images\/numbr-logo32.png",
        "48": "\/images\/numbr-logo48.png",
        "128": "\/images\/numbr-logo128.png"
    }
}