Calculator for Chrome
A quick & easy calculator right on your browser.
Was ist Calculator for Chrome?
Calculator for Chrome ist eine Chrome-Erweiterung, die von whyphyagency entwickelt wurde, und ihr Hauptmerkmal ist "A quick & easy calculator right on your browser.".
Erweiterungsscreenshots
Calculator for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Calculator for Chrome-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
⬇️️ Easy to set up ⬇️:
1. Install the extension from Chrome Web Store, Pin 📌 it to make it easy to access.
2. Click on the mini calculator whenever you need mathematical help.
✨Features ✨
1. Keyboard accessibility to control the calculator
2. Supports both light and dark modes.
3. Works as an application and/or in browser.
4. Works offline too.
5. Scientific Calculator mode.
This extension comes to the rescue with its simple design yet with advanced features. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mmlpiihpnbpmbmoindlpikkfolhfeoeo |
| Offizielle URL | https://chromewebstore.google.com/detail/calculator-for-chrome/mmlpiihpnbpmbmoindlpikkfolhfeoeo |
| Beschreibung | A quick & easy calculator right on your browser. |
| Dateigröße | 10.17 KB |
| Installationsanzahl | 54 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-11-23 |
| Veröffentlichungsdatum | 2022-11-22 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | whyphyagency |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/1o3BgtcxM9s2326ji02AShvR_53U_w7Y8c8cTv9xiwEY/edit?usp=sharing |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Calculator for Chrome",
"version": "1.0.0",
"description": "A quick & easy calculator right on your browser.",
"action": {
"default_title": "Calculator",
"default_popup": "popup.html"
},
"icons": {
"32": "icons\/32.png",
"128": "icons\/128.png"
}
} | |