Chrome Calculator
Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.
Qu'est-ce que Chrome Calculator ?
Chrome Calculator est une extension Chrome développée par Mahesh Uddama, et sa fonction principale est "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Calculator
Téléchargez les fichiers d'extension Chrome Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chrome Calculator |
ID | dkmolnjgcflefpeajenclaejfddpcaml |
URL Officiel | https://chromewebstore.google.com/detail/chrome-calculator/dkmolnjgcflefpeajenclaejfddpcaml |
Description | Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes. |
Taille du Fichier | 29.68 KB |
Nombre d'Installations | 4,005 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-03-05 |
Date de Publication | 2016-03-05 |
Évaluation | 3.91/5 Total 11 Évaluations |
Développeur | Mahesh Uddama |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://docs.google.com/presentation/d/11NfK-Bk0_EcK3QUgHIdTfoy2Xd3u5BWfozw1vffB3Fc/edit?usp=sharing |
Langues Prises en Charge | 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'" } |