Numbr

A smart calculator combined with a notepad.

Apa itu Numbr?

Numbr adalah ekstensi Chrome yang dikembangkan oleh https://numbr.dev, dan fitur utamanya adalah "A smart calculator combined with a notepad.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Numbr

Unduh file ekstensi Numbr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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%                    

Informasi Dasar Ekstensi

Nama Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
URL Resmi https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
Deskripsi A smart calculator combined with a notepad.
Ukuran File 75.04 KB
Jumlah Instalasi 2,404
Versi Saat Ini 2.2
Terakhir Diperbarui 2023-07-26
Tanggal Publikasi 2022-02-09
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://numbr.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://numbr.dev/ipbm
Bahasa yang Didukung 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"
    }
}