Mathematical calculator
It's mathematical calculator for every day
Cos'è Mathematical calculator?
Mathematical calculator è un'estensione di Chrome sviluppata da http://lee.inf.ua, e la sua funzione principale è "It's mathematical calculator for every day".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mathematical calculator
Scarica i file di estensione Mathematical calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. 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.
Informazioni di Base sull'Estensione
Nome | |
ID | dddginjnmmjjimahkfonokjagcjakgni |
URL Ufficiale | https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni |
Descrizione | It's mathematical calculator for every day |
Dimensione del File | 24.82 KB |
Conteggio Installazioni | 470 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-11-14 |
Data di Pubblicazione | 2017-11-14 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://lee.inf.ua |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |