Scientific Calculator
Just one click to activate the calculator!
Wat is Scientific Calculator?
Scientific Calculator is een Chrome-extensie ontwikkeld door Mnwa, en de belangrijkste functie is "Just one click to activate the calculator!".
Extensie Screenshots
Download het CRX-bestand van de extensie Scientific Calculator
Download Scientific Calculator-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
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
Basisinformatie over de Extensie
Naam | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
Officiële URL | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
Beschrijving | Just one click to activate the calculator! |
Bestandsgrootte | 175 KB |
Aantal Installaties | 9,895 |
Huidige Versie | 3.2.0.6 |
Laatst Bijgewerkt | 2017-09-20 |
Publicatiedatum | 2017-09-20 |
Beoordeling | 3.87/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Mnwa |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Mnwa/CalcForChrome-byMnwa |
Help Pagina-URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
Ondersteunde Talen | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "MCalc", "version": "3.2.0.6", "description": "__MSG_extDesc__", "browser_action": { "default_title": "Calc", "default_icon": "icon128.png", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |