Numbr

A smart calculator combined with a notepad.

What is Numbr?

Numbr is a Chrome extension developed by https://numbr.dev, and its main feature is "A smart calculator combined with a notepad.".

Extension Screenshots

screenshot

Download Numbr Extension CRX File

Download Numbr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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%                    

Extension Basic Information

Name Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
Official URL https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
Description A smart calculator combined with a notepad.
File Size 75.04 KB
Installation Count 2,404
Current Version 2.2
Last Updated 2023-07-26
Publish Date 2022-02-09
Rating 5.00/5 Total 5 Ratings
Developer https://numbr.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://numbr.dev/ipbm
Supported Languages 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"
    }
}