Modern Calculator

Simple and Modern Calculator for Chrome browser.

What is Modern Calculator?

Modern Calculator is a Chrome extension developed by master94ga, and its main feature is "Simple and Modern Calculator for Chrome browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Modern Calculator Extension CRX File

Download Modern Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Modern Calculator Modern Calculator
ID fdpigloibdnkimfbebdgaaefdlkkjoha
Official URL https://chromewebstore.google.com/detail/modern-calculator/fdpigloibdnkimfbebdgaaefdlkkjoha
Description Simple and Modern Calculator for Chrome browser.
File Size 107 KB
Installation Count 10,000
Current Version 0.2
Last Updated 2016-04-08
Publish Date 2016-04-08
Rating 4.36/5 Total 11 Ratings
Developer master94ga
Email [email protected]
Payment Type free
Extension Website http://www.giuseppeattanasio.me/project/#project/calculator
Help Page URL http://www.giuseppeattanasio.me/#Contact
Supported Languages 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'"
}