Mathematical calculator
It's mathematical calculator for every day
Vad är Mathematical calculator?
Mathematical calculator är en Chrome-tillägg utvecklad av http://lee.inf.ua, och dess huvudfunktion är "It's mathematical calculator for every day".
Tilläggsskärmbilder
Ladda ner Mathematical calculator-förlängningens CRX-fil
Ladda ner Mathematical calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 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.
Grundläggande Information om Tillägg
Namn | |
ID | dddginjnmmjjimahkfonokjagcjakgni |
Officiell webbadress | https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni |
Beskrivning | It's mathematical calculator for every day |
Filstorlek | 24.82 KB |
Antal Installationer | 470 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-11-14 |
Publiceringsdatum | 2017-11-14 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | http://lee.inf.ua |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |