Mathematical calculator

It's mathematical calculator for every day

Co to jest Mathematical calculator?

Mathematical calculator to rozszerzenie Chrome opracowane przez http://lee.inf.ua, a jego główną funkcją jest „It's mathematical calculator for every day”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mathematical calculator

Pobierz pliki rozszerzeń Mathematical calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Mathematical calculator Mathematical calculator
ID dddginjnmmjjimahkfonokjagcjakgni
Oficjalny URL https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni
Opis It's mathematical calculator for every day
Rozmiar pliku 24.82 KB
Liczba instalacji 470
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-11-14
Data Publikacji 2017-11-14
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper http://lee.inf.ua
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}