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
官方網址 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\/*"
    ]
}