2D & 3D Calc
Calculator for calculating circuit and area shapes, surface and volume solids.
Cos'è 2D & 3D Calc?
2D & 3D Calc è un'estensione di Chrome sviluppata da http://2d3dcalc.pekapps.cz, e la sua funzione principale è "Calculator for calculating circuit and area shapes, surface and volume solids.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 2D & 3D Calc
Scarica i file di estensione 2D & 3D Calc 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
Calculator for calculating perimeter (circumference) and area shapes, surface area and volume solids. Calculate: - perimeter of square and area of square - perimeter of rectangle and area of rectangle - circumference of circle and area of circle - perimeter of triangle and area of triangle - perimeter of rhombus and area of rhombus - perimeter of rhomboid and area of rhomboid - perimeter of trapezoid and area of trapezoid - circumference of ellipse and area of ellipse - surface area of cube and volume of cube - surface area of cuboid and volume of cuboid - surface area of sphere and volume of sphere - surface area of cylinder and volume of cylinder - surface area of cone and volume of cone Calculator is only for education.
Informazioni di Base sull'Estensione
Nome | |
ID | llgiihfjhohgmeikhnndplhhkhmmmgcc |
URL Ufficiale | https://chrome.google.com/webstore/detail/2d-3d-calc/llgiihfjhohgmeikhnndplhhkhmmmgcc |
Descrizione | Calculator for calculating circuit and area shapes, surface and volume solids. |
Dimensione del File | 39.75 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2016-04-11 |
Data di Pubblicazione | 2016-04-11 |
Valutazione | 3.50/5 Totale 6 Valutazioni |
Sviluppatore | http://2d3dcalc.pekapps.cz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pekapps.com/mobile-applications/2d3dcalc.html |
URL della Pagina di Aiuto | http://pekapps.com/contact.html |
Lingue Supportate | de,en,fr,es,pt-BR,pt-PT,sv,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.0.2", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/2d3dcalc.pekapps.cz\/" ], "browser_action": { "default_title": "2D & 3D Calc", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html" } } |