Calculator Button
My Online Calculator Button
Was ist Calculator Button?
Calculator Button ist eine Chrome-Erweiterung, die von BeVegan entwickelt wurde, und ihr Hauptmerkmal ist "My Online Calculator Button".
Erweiterungsscreenshots
Calculator Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Calculator Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button. Stay with us and we can help!
Grundlegende Informationen zur Erweiterung
Name | Calculator Button |
ID | ibjednfgajknahjpfoafmeiehmeaofnc |
Offizielle URL | https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc |
Beschreibung | My Online Calculator Button |
Dateigröße | 104 KB |
Installationsanzahl | 1,025 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-10-01 |
Veröffentlichungsdatum | 2013-10-01 |
Bewertung | 3.90/5 Insgesamt 20 Bewertungen |
Entwickler | BeVegan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://my-online-calculator.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator Button", "description": "My Online Calculator Button", "manifest_version": 2, "version": "1.0", "background": { "page": "index.html" }, "icons": { "128": "clock.png" }, "browser_action": [], "web_accessible_resources": [ "clock.png", "clock_16.png", "js.js", "style.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';" } |