Calculator

This is a simple popup Calculator.

Wat is Calculator?

Calculator is een Chrome-extensie ontwikkeld door jd4rider, en de belangrijkste functie is "This is a simple popup Calculator.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Calculator

Download 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

                        This is a simple popup Calculator.                    

Basisinformatie over de Extensie

Naam Calculator Calculator
ID ohpnlmfhhbgbblipjnafoifadmplfnha
Officiële URL https://chromewebstore.google.com/detail/calculator/ohpnlmfhhbgbblipjnafoifadmplfnha
Beschrijving This is a simple popup Calculator.
Bestandsgrootte 38.55 KB
Aantal Installaties 265
Huidige Versie 0.4
Laatst Bijgewerkt 2022-09-02
Publicatiedatum 2016-09-25
Ontwikkelaar jd4rider
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator",
    "version": "0.4",
    "browser_action": {
        "default_icon": "calc.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/index.js",
                "js\/evel.js"
            ]
        }
    ]
}