Calculator Button
My Online Calculator Button
Wat is Calculator Button?
Calculator Button is een Chrome-extensie ontwikkeld door BeVegan, en de belangrijkste functie is "My Online Calculator Button".
Extensie Screenshots
Download het CRX-bestand van de extensie Calculator Button
Download Calculator Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Calculator Button |
ID | ibjednfgajknahjpfoafmeiehmeaofnc |
Officiële URL | https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc |
Beschrijving | My Online Calculator Button |
Bestandsgrootte | 104 KB |
Aantal Installaties | 1,025 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-10-01 |
Publicatiedatum | 2013-10-01 |
Beoordeling | 3.90/5 Totaal 20 Beoordelingen |
Ontwikkelaar | BeVegan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://my-online-calculator.com |
Ondersteunde Talen | 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';" } |