Simple Calculator

A simple and very lite calculator for your browser!

Qu'est-ce que Simple Calculator ?

Simple Calculator est une extension Chrome développée par chYer, et sa fonction principale est "A simple and very lite calculator for your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Calculator

Téléchargez les fichiers d'extension Simple Calculator 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

                        Simple Calculator is a lite addon that renders a simple calculator in the browser toolbar popup.

This calculator includes only simple math operations. Just click on the toolbar button to open the interface and start typing your desired math operations. Please note that all calculations are rounded to at most 7 decimal places. You can type either with your keyboard or the embedded virtual keyboard in the popup UI.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/calculator.html).                    

Informations de Base sur l'Extension

Nom Simple Calculator Simple Calculator
ID ecpncpmkcjkakaopoapkbalimlpbhjnk
URL Officiel https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk
Description A simple and very lite calculator for your browser!
Taille du Fichier 27.18 KB
Nombre d'Installations 2,789
Version Actuelle 0.1.5
Dernière Mise à Jour 2023-08-21
Date de Publication 2019-04-15
Évaluation 3.75/5 Total 4 Évaluations
Développeur chYer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/calculator.html
URL de la Page d'Aide https://mybrowseraddon.com/calculator.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "name": "Simple Calculator",
    "homepage_url": "https:\/\/mybrowseraddon.com\/calculator.html",
    "description": "A simple and very lite calculator for your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Simple Calculator",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}