Calculator Chrome

handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.

Calculator Chrome क्या है?

Calculator Chrome downloadhub.cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing."।

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

screenshot
screenshot

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

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

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

                        Features:
the calculator will open in a click.
Basic arithmetic operations(addition, subtraction, multiplication, and division).
this calculator is very easy to use.
very interesting to design.

Here you are the project: https://github.com/hemucode/Calculator

If there is any problem you can contact us: https://www.downloadhub.cloud/2023/04/calculator.html

If you like please give us a rating!

Disclaimer: Chrome is a trademark of google Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to google or google Inc.                    

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

नाम Calculator Chrome Calculator Chrome
ID babpcpbipmnncifldfihkkfmbbldicdn
आधिकारिक URL https://chromewebstore.google.com/detail/calculator-chrome/babpcpbipmnncifldfihkkfmbbldicdn
विवरण handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.
फ़ाइल का आकार 39.63 KB
स्थापना संख्या 246
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2023-04-20
प्रकाशन तिथि 2023-04-20
डेवलपर downloadhub.cloud
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.downloadhub.cloud/
सहायता पृष्ठ URL https://www.downloadhub.cloud/2023/04/calculator.html
गोपनीयता नीति पृष्ठ URL https://www.downloadhub.cloud/p/privacy-policy.html
समर्थित भाषाएँ en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/128.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/04\/calculator.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "calcu",
    "version": "0.1.1"
}