Numbr

A smart calculator combined with a notepad.

Co to jest Numbr?

Numbr to rozszerzenie Chrome opracowane przez https://numbr.dev, a jego główną funkcją jest „A smart calculator combined with a notepad.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Numbr

Pobierz pliki rozszerzeń Numbr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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%                    

Podstawowe informacje o rozszerzeniu

Nazwa Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
Oficjalny URL https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
Opis A smart calculator combined with a notepad.
Rozmiar pliku 75.04 KB
Liczba instalacji 2,404
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2023-07-26
Data Publikacji 2022-02-09
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://numbr.dev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://numbr.dev/ipbm
Obsługiwane Języki 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"
    }
}