Simple Calculator

Simple Easy Access Calculator

Hvad er Simple Calculator?

Simple Calculator er en Chrome-udvidelse udviklet af Alan J. Fitzpatrick, og dens hovedfunktion er "Simple Easy Access Calculator".

Udvidelsesskærmbilleder

screenshot

Download Simple Calculator-udvidelses-CRX-fil

Download Simple Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A Beautiful Calculator to with a simple elegant design to make your daily calculations only a simple click away.

This calculator has the main functionality of a basic calculator.

Additional Features
- Full Keyboard Support
- Preview Window                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Calculator Simple Calculator
ID ieafbjofblomjaiapdfpaepekillkgjp
Officiel URL https://chrome.google.com/webstore/detail/simple-calculator/ieafbjofblomjaiapdfpaepekillkgjp
Beskrivelse Simple Easy Access Calculator
Filstørrelse 129 KB
Antal Installationer 895
Nuværende Version 0.4
Senest Opdateret 2017-03-30
Udgivelsesdato 2017-03-30
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Alan J. Fitzpatrick
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Calculator",
    "description": "Simple Easy Access Calculator",
    "short_name": "scalculator",
    "version": "0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}