Mathematical calculator
It's mathematical calculator for every day
Wat is Mathematical calculator?
Mathematical calculator is een Chrome-extensie ontwikkeld door http://lee.inf.ua, en de belangrijkste functie is "It's mathematical calculator for every day".
Extensie Screenshots
Download het CRX-bestand van de extensie Mathematical calculator
Download Mathematical calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 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.
Basisinformatie over de Extensie
Naam | |
ID | dddginjnmmjjimahkfonokjagcjakgni |
Officiële URL | https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni |
Beschrijving | It's mathematical calculator for every day |
Bestandsgrootte | 24.82 KB |
Aantal Installaties | 470 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-11-14 |
Publicatiedatum | 2017-11-14 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://lee.inf.ua |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |