Numbr

A smart calculator combined with a notepad.

Was ist Numbr?

Numbr ist eine Chrome-Erweiterung, die von https://numbr.dev entwickelt wurde, und ihr Hauptmerkmal ist "A smart calculator combined with a notepad.".

Erweiterungsscreenshots

screenshot

Numbr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Numbr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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%                    

Grundlegende Informationen zur Erweiterung

Name Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
Offizielle URL https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
Beschreibung A smart calculator combined with a notepad.
Dateigröße 75.04 KB
Installationsanzahl 2,404
Aktuelle Version 2.2
Letztes Update 2023-07-26
Veröffentlichungsdatum 2022-02-09
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://numbr.dev
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://numbr.dev/ipbm
Unterstützte Sprachen 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"
    }
}