Calculator

Very simple and functional calculator.

Cos'è Calculator?

Calculator è un'estensione di Chrome sviluppata da http://youon.ru, e la sua funzione principale è "Very simple and functional calculator.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Calculator

Scarica i file di estensione Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Calculator Calculator
ID kmpdkkhfogidhfmaojmmlcikhnndeicl
URL Ufficiale https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl
Descrizione Very simple and functional calculator.
Dimensione del File 1.16 MB
Conteggio Installazioni 3,000
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-19
Data di Pubblicazione 2015-12-19
Valutazione 4.30/5 Totale 57 Valutazioni
Sviluppatore http://youon.ru
Tipo di Pagamento free
Sito Web dell'Estensione http://dev.youon.ru/apps/calculator/
Lingue Supportate 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"
}