Calculator+

A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.

Calculator+ क्या है?

Calculator+ https://www.mataskairaitis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly."।

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

screenshot
screenshot

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

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

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

                        Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.

How to use:
   Install the extension.
   Click the calculator icon in the top right corner of your browser.

Hotkeys:
   Enter: Submits calculation
   =: Submits calculation
   C: deletes everything

Calculator+ is completely free & open source.

You may find the source at: http://www.mataskairaitis.com/calculator                    

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

नाम Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
आधिकारिक URL https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
विवरण A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
फ़ाइल का आकार 134 KB
स्थापना संख्या 1,641
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-09-15
प्रकाशन तिथि 2014-09-15
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर https://www.mataskairaitis.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.mataskairaitis.com/calculator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator+",
    "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
    "version": "1.0",
    "author": "Matas Kairaitis",
    "browser_action": {
        "default_title": "Calculator+",
        "default_icon": "images\/icon.png",
        "default_popup": "calculator.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}