Modern Calculator

Simple and Modern Calculator for Chrome browser.

Wat is Modern Calculator?

Modern Calculator is een Chrome-extensie ontwikkeld door master94ga, en de belangrijkste functie is "Simple and Modern Calculator for Chrome browser.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Modern Calculator

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

                        Modern Calculator is a simple and well made extension that open the calculator when you click on the icon.

The calculator have three different style that you can chose from the settings page, you can choose also the size, the options are small, medium and big.

Let me know if you like it, if all work correctly and all types of feedback are apprecieted.                    

Basisinformatie over de Extensie

Naam Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
Officiële URL https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
Beschrijving Simple and Modern Calculator for Chrome browser.
Bestandsgrootte 107 KB
Aantal Installaties 10,000
Huidige Versie 0.2
Laatst Bijgewerkt 2016-04-08
Publicatiedatum 2016-04-08
Beoordeling 4.36/5 Totaal 11 Beoordelingen
Ontwikkelaar master94ga
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.giuseppeattanasio.me/project/#project/calculator
Help Pagina-URL http://www.giuseppeattanasio.me/#Contact
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Calculator",
    "options_page": "settings.html",
    "description": "Simple and Modern Calculator for Chrome browser.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "19": "img\/19.png",
        "48": "img\/48.png",
        "38": "img\/38.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Open Calculator!",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}