Numbr

A smart calculator combined with a notepad.

Numbr क्या है?

Numbr https://numbr.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A smart calculator combined with a notepad."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Numbr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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%                    

एक्सटेंशन की मूल जानकारी

नाम Numbr Numbr
ID cncafkneilkicolelogcmmgblojmhfng
आधिकारिक URL https://chromewebstore.google.com/detail/numbr/cncafkneilkicolelogcmmgblojmhfng
विवरण A smart calculator combined with a notepad.
फ़ाइल का आकार 75.04 KB
स्थापना संख्या 2,404
वर्तमान संस्करण 2.2
अंतिम अपडेट 2023-07-26
प्रकाशन तिथि 2022-02-09
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://numbr.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://numbr.dev/ipbm
समर्थित भाषाएँ 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"
    }
}