Calculator

Very simple and functional calculator.

Wat is Calculator?

Calculator is een Chrome-extensie ontwikkeld door http://youon.ru, en de belangrijkste functie is "Very simple and functional calculator.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Calculator

Download 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

                        This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.                    

Basisinformatie over de Extensie

Naam Calculator Calculator
ID kmpdkkhfogidhfmaojmmlcikhnndeicl
Officiële URL https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl
Beschrijving Very simple and functional calculator.
Bestandsgrootte 1.16 MB
Aantal Installaties 3,000
Huidige Versie 1.0
Laatst Bijgewerkt 2015-12-19
Publicatiedatum 2015-12-19
Beoordeling 4.30/5 Totaal 57 Beoordelingen
Ontwikkelaar http://youon.ru
Betalingswijze free
Extensiewebsite http://dev.youon.ru/apps/calculator/
Ondersteunde Talen de,en,fr,it,ru
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "calculator.png",
        "48": "calculator.png",
        "128": "calculator.png"
    },
    "browser_action": {
        "default_icon": "calculator-bar.png",
        "default_title": "Calculatius",
        "default_popup": "calc.html"
    },
    "background": {
        "scripts": [
            "background\/bg1.js",
            "background\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "background\/emes.js",
                "background\/act.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "7.0",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0"
}