Mathematical calculator

It's mathematical calculator for every day

Что такое Mathematical calculator?

Mathematical calculator - это расширение Chrome, разработанное http://lee.inf.ua, и его основная функция - "It's mathematical calculator for every day".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mathematical calculator

Скачайте файлы расширений 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\/*"
    ]
}