Kalkulator

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

Cos'è Kalkulator?

Kalkulator è un'estensione di Chrome sviluppata da 2K inc., e la sua funzione principale è "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".

Scarica il file CRX dell'estensione Kalkulator

Scarica i file di estensione Kalkulator 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
URL Ufficiale https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
Descrizione This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Dimensione del File 70.06 KB
Conteggio Installazioni 94
Versione Corrente 1.1.4
Ultimo Aggiornamento 2018-05-27
Data di Pubblicazione 2018-05-27
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore 2K inc.
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}