Kalkulator

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

O que é Kalkulator?

Kalkulator é uma extensão do Chrome desenvolvida por 2K inc., e sua principal característica é "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!".

Baixar o arquivo CRX da Extensão Kalkulator

Baixe arquivos de extensão Kalkulator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
URL Oficial https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
Descrição This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
Tamanho do Arquivo 70.06 KB
Contagem de Instalações 94
Versão Atual 1.1.4
Última Atualização 2018-05-27
Data de Publicação 2018-05-27
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor 2K inc.
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}