Mathematical calculator

It's mathematical calculator for every day

什么是Mathematical calculator?

Mathematical calculator是由http://lee.inf.ua开发的Chrome扩展程序,该扩展的主要功能是“It's mathematical calculator for every day”。

扩展截图

screenshot

下载Mathematical calculator扩展crx文件

下载Mathematical calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 
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.                    

扩展基本信息

名称 Mathematical calculator Mathematical calculator
ID dddginjnmmjjimahkfonokjagcjakgni
官方URL https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni
简介 It's mathematical calculator for every day
文件大小 24.82 KB
安装次数 470
当前版本 1.0.2
更新时间 2017-11-14
上架时间 2017-11-14
评分 4.50/5 共2次评分
开发者 http://lee.inf.ua
付费类型 free
支持的语言 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\/*"
    ]
}