Scientific Calculator
Rapid Scientific Calculator for Google Chrome
Wat is Scientific Calculator?
Scientific Calculator is een Chrome-extensie ontwikkeld door https://www.yoosfuhl.com, en de belangrijkste functie is "Rapid Scientific Calculator for Google Chrome".
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
Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser. Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.
Basisinformatie over de Extensie
Naam | Scientific Calculator |
ID | plcgojidmbfagmcgijldmhlnclbilldm |
Officiële URL | https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm |
Beschrijving | Rapid Scientific Calculator for Google Chrome |
Bestandsgrootte | 984 KB |
Aantal Installaties | 34 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2022-09-13 |
Publicatiedatum | 2022-09-13 |
Ontwikkelaar | https://www.yoosfuhl.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.yoosfuhl.com/online/calc#ScientificCalculator |
Help Pagina-URL | https://www.yoosfuhl.com/contact |
URL van de Privacybeleid Pagina | https://www.yoosfuhl.com/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scientific Calculator", "version": "1", "short_name": "Calculator", "author": "YoosFuhl.com", "description": "Rapid Scientific Calculator for Google Chrome", "offline_enabled": true, "action": { "default_title": "Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C", "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } } } |