Kalkulator

This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!

Was ist Kalkulator?

Kalkulator ist eine Chrome-Erweiterung, die von 2K inc. entwickelt wurde, und ihr Hauptmerkmal ist "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".

Kalkulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kalkulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! By 2K inc, and spelled with two K's. 

Also try 2K inc.'s other AWESOME extensions!

--Trick or Treat! ^_^: A fun game for all ages. A fun clicker where you can collect trillions of candy to buy jobs and increase your multiplier to get even more!

--Fidget Tab: Bored of your lame New Tab? We've made a New Tab extension that you can fidget with!                    

Grundlegende Informationen zur Erweiterung

Name Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
Offizielle URL https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
Beschreibung This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Dateigröße 70.06 KB
Installationsanzahl 94
Aktuelle Version 1.1.4
Letztes Update 2018-05-27
Veröffentlichungsdatum 2018-05-27
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler 2K inc.
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kalkulator",
    "short_name": "Kalk",
    "description": "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "kalk_icon.png",
        "default_popup": "calc.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open Kalkulator with ctrl+shift+k"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}