CrunchKey

Chrome plugin to calculate expression strings realtime

O que é CrunchKey?

CrunchKey é uma extensão do Chrome desenvolvida por Aaron Turner, e sua principal característica é "Chrome plugin to calculate expression strings realtime".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CrunchKey

Baixe arquivos de extensão CrunchKey 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

                        CrunchKey is a simple text calculator that works with a press of a key, and gives your answer INSTANTLY. Built with both developers and users in mind, It strives to be a calculator that will save time editing, solving, and calculating any number crunching. Simply enter a statement and have you answer shown to you real time as it is entered.

Crunchkey supports:

Parantheses, Exponents, Roots (Nth Rooths), Multiplication, Division, Modulo (Remainders), Additon, and Subtraction

And CrunchKey offers a Key so it can be understood at a glance.                    

Informações Básicas da Extensão

Nome CrunchKey CrunchKey
ID dcdjcligfkkgogbgafjeicfmpjgcinfa
URL Oficial https://chromewebstore.google.com/detail/crunchkey/dcdjcligfkkgogbgafjeicfmpjgcinfa
Descrição Chrome plugin to calculate expression strings realtime
Tamanho do Arquivo 30.03 KB
Contagem de Instalações 20
Versão Atual 1.0.5
Última Atualização 2015-12-25
Data de Publicação 2015-12-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Aaron Turner
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/CrunchKey16.png",
        "19": "images\/CrunchKey19.png",
        "48": "images\/CrunchKey48.png",
        "128": "images\/CrunchKey128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/CrunchKey19.png",
            "48": "images\/CrunchKey48.png"
        },
        "default_title": "CrunchKey",
        "default_popup": "popup.html"
    }
}