Calculator for Chrome
A quick & easy calculator right on your browser.
Qu'est-ce que Calculator for Chrome ?
Calculator for Chrome est une extension Chrome développée par whyphyagency, et sa fonction principale est "A quick & easy calculator right on your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Calculator for Chrome
Téléchargez les fichiers d'extension Calculator for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
⬇️️ 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.
Informations de Base sur l'Extension
Nom | Calculator for Chrome |
ID | mmlpiihpnbpmbmoindlpikkfolhfeoeo |
URL Officiel | https://chromewebstore.google.com/detail/calculator-for-chrome/mmlpiihpnbpmbmoindlpikkfolhfeoeo |
Description | A quick & easy calculator right on your browser. |
Taille du Fichier | 10.17 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-11-23 |
Date de Publication | 2022-11-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | whyphyagency |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1o3BgtcxM9s2326ji02AShvR_53U_w7Y8c8cTv9xiwEY/edit?usp=sharing |
Langues Prises en Charge | 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" } } |