Mathematical calculator

It's mathematical calculator for every day

What is Mathematical calculator?

Mathematical calculator is a Chrome extension developed by http://lee.inf.ua, and its main feature is "It's mathematical calculator for every day".

Extension Screenshots

screenshot

Download Mathematical calculator Extension CRX File

Download Mathematical calculator 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

                        На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 
At this stage it is a simple calculator simulating the work of a conventional pocket calculator. Its buttons can be clicked. He performs simple mathematical calculations.                    

Extension Basic Information

Name Mathematical calculator Mathematical calculator
ID dddginjnmmjjimahkfonokjagcjakgni
Official URL https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni
Description It's mathematical calculator for every day
File Size 24.82 KB
Installation Count 470
Current Version 1.0.2
Last Updated 2017-11-14
Publish Date 2017-11-14
Rating 4.50/5 Total 2 Ratings
Developer http://lee.inf.ua
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/img\/calc128.png",
        "default_popup": "\/html\/popup.html"
    },
    "description": "It's mathematical calculator for every day",
    "icons": {
        "128": "\/img\/calc128.png",
        "256": "\/img\/calc256.png"
    },
    "manifest_version": 2,
    "name": "Mathematical calculator",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Math calc",
    "version": "1.0.2",
    "web_accessible_resources": [
        "\/img\/*",
        "\/html\/*",
        "\/css\/*"
    ]
}