Scientific Calculator & Unit Converter
Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)
Was ist Scientific Calculator & Unit Converter?
Scientific Calculator & Unit Converter ist eine Chrome-Erweiterung, die von http://parimalam.me entwickelt wurde, und ihr Hauptmerkmal ist "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)".
Erweiterungsscreenshots
Scientific Calculator & Unit Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scientific Calculator & Unit Converter-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
Scientific Calculator & Unit Converter ‣ Quick loading w/ keyboard shortcut (Alt + C) ‣ Switch between keyboard and soft-keys with ease¹ ‣ Instant results as you type ‣ Scientific/decimal number representations² ‣ Unit conversions ‣ Accurate results That's the standard, on top of that, ‣ Detects and warns of wrong angle unit choice(Degree/Radian) ‣ Smart-personal shortcuts for the most used and detected conversions ‣ Automatic dark/light mode based on system preference ‣ Remembers angle unit, and number representation choices ¹ pi → π, sininv → sin⁻¹, root → √ ² Some results default to scientific notation to maintain precision
Grundlegende Informationen zur Erweiterung
Name | |
ID | ogbpkankgohcjdjaljlaflohjgepbokb |
Offizielle URL | https://chrome.google.com/webstore/detail/scientific-calculator-uni/ogbpkankgohcjdjaljlaflohjgepbokb |
Beschreibung | Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA) |
Dateigröße | 37.78 KB |
Installationsanzahl | 2,323 |
Aktuelle Version | 6.4.1 |
Letztes Update | 2023-07-27 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 4.71/5 Insgesamt 34 Bewertungen |
Entwickler | http://parimalam.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://parimalam.me/pages/calculator.html?utm_source=webstore |
URL der Datenschutzrichtlinien-Seite | https://parimalam.me/privacy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scientific Calculator & Unit Converter", "short_name": "Calculator", "version": "6.4.1", "description": "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)", "permissions": [ "https:\/\/parimalam.me\/" ], "icons": { "16": ".\/icons\/icon-16.png", "19": ".\/icons\/icon-19.png", "32": ".\/icons\/icon-32.png", "38": ".\/icons\/icon-38.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "152": ".\/icons\/icon-152.png", "192": ".\/icons\/icon-192.png", "512": ".\/icons\/icon-512.png" }, "manifest_version": 2, "content_security_policy": "default-src 'self' 'unsafe-eval'; frame-src 'self' https:\/\/parimalam.me;", "browser_action": { "default_popup": "extension.html", "default_icon": { "16": ".\/icons\/icon-16.png", "19": ".\/icons\/icon-19.png", "32": ".\/icons\/icon-32.png", "38": ".\/icons\/icon-38.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "152": ".\/icons\/icon-152.png", "192": ".\/icons\/icon-192.png", "512": ".\/icons\/icon-512.png" }, "default_title": "Scientific Calculator & Unit Converter" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } }, "offline_enabled": false, "web_accessible_resources": [ "extension.html" ], "sandbox": { "pages": [ ".\/extension.html" ] } } |