Simple Calculator

A simple and very lite calculator for your browser!

Wat is Simple Calculator?

Simple Calculator is een Chrome-extensie ontwikkeld door chYer, en de belangrijkste functie is "A simple and very lite calculator for your browser!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Calculator

Download Simple Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Calculator Simple Calculator
ID ecpncpmkcjkakaopoapkbalimlpbhjnk
Officiële URL https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk
Beschrijving A simple and very lite calculator for your browser!
Bestandsgrootte 27.18 KB
Aantal Installaties 2,789
Huidige Versie 0.1.5
Laatst Bijgewerkt 2023-08-21
Publicatiedatum 2019-04-15
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar chYer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mybrowseraddon.com/calculator.html
Help Pagina-URL https://mybrowseraddon.com/calculator.html
Ondersteunde Talen 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"
    }
}