Quick Calculator

Because we all can't just do math in our head

Wat is Quick Calculator?

Quick Calculator is een Chrome-extensie ontwikkeld door bryceosterhaus, en de belangrijkste functie is "Because we all can't just do math in our head".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Calculator

Download Quick 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

                        Quick access to a calculator for basic calculations. 

Just hit the keys: 'meta + shift + space' to see the calculator appear                    

Basisinformatie over de Extensie

Naam Quick Calculator Quick Calculator
ID cjmikoagjnmekdhcciamhppnkhhedpep
Officiële URL https://chromewebstore.google.com/detail/quick-calculator/cjmikoagjnmekdhcciamhppnkhhedpep
Beschrijving Because we all can't just do math in our head
Bestandsgrootte 468 KB
Aantal Installaties 1,261
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-05-08
Publicatiedatum 2017-05-08
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar bryceosterhaus
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Calculator",
    "description": "Because we all can't just do math in our head",
    "version": "1.0.0",
    "author": "Bryce Osterhaus",
    "icons": {
        "48": "images\/calc-48px.png",
        "128": "images\/calc-128px.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}