Chrome Calculator
Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.
Cos'è Chrome Calculator?
Chrome Calculator è un'estensione di Chrome sviluppata da Mahesh Uddama, e la sua funzione principale è "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Calculator
Scarica i file di estensione Chrome 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
Do your calculations on top of your browser. Feel the simplicity compact format of the Standard view or get your Scientific panel just in a single click. 27 buttons Scientific panel will fulfill your basic scientific calculation needs. You also got Permutation and Combination buttons that most of soft calculators not equipped with. Share and enjoy it.
Informazioni di Base sull'Estensione
Nome | Chrome Calculator |
ID | dkmolnjgcflefpeajenclaejfddpcaml |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-calculator/dkmolnjgcflefpeajenclaejfddpcaml |
Descrizione | Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes. |
Dimensione del File | 29.68 KB |
Conteggio Installazioni | 4,005 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-03-05 |
Data di Pubblicazione | 2016-03-05 |
Valutazione | 3.91/5 Totale 11 Valutazioni |
Sviluppatore | Mahesh Uddama |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://docs.google.com/presentation/d/11NfK-Bk0_EcK3QUgHIdTfoy2Xd3u5BWfozw1vffB3Fc/edit?usp=sharing |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Calculator", "description": "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.", "version": "2.0", "browser_action": { "default_icon": "img\/icon_48.png", "default_popup": "calculator.html" }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |