Mathematical calculator

It's mathematical calculator for every day

Qu'est-ce que Mathematical calculator ?

Mathematical calculator est une extension Chrome développée par http://lee.inf.ua, et sa fonction principale est "It's mathematical calculator for every day".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mathematical calculator

Téléchargez les fichiers d'extension Mathematical calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Mathematical calculator Mathematical calculator
ID dddginjnmmjjimahkfonokjagcjakgni
URL Officiel https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni
Description It's mathematical calculator for every day
Taille du Fichier 24.82 KB
Nombre d'Installations 470
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-11-14
Date de Publication 2017-11-14
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://lee.inf.ua
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}