Simple Calculator

A simple and very lite calculator for your browser!

Cos'è Simple Calculator?

Simple Calculator è un'estensione di Chrome sviluppata da chYer, e la sua funzione principale è "A simple and very lite calculator for your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Calculator

Scarica i file di estensione Simple Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Simple Calculator Simple Calculator
ID ecpncpmkcjkakaopoapkbalimlpbhjnk
URL Ufficiale https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk
Descrizione A simple and very lite calculator for your browser!
Dimensione del File 27.18 KB
Conteggio Installazioni 2,789
Versione Corrente 0.1.5
Ultimo Aggiornamento 2023-08-21
Data di Pubblicazione 2019-04-15
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore chYer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/calculator.html
URL della Pagina di Aiuto https://mybrowseraddon.com/calculator.html
Lingue Supportate 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"
    }
}