Quick Calculator by Fedmich

Quick Calculator for Google Chrome™.

What is Quick Calculator by Fedmich?

Quick Calculator by Fedmich is a Chrome extension developed by https://calculatorchrome.com, and its main feature is "Quick Calculator for Google Chrome™.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quick Calculator by Fedmich Extension CRX File

Download Quick Calculator by Fedmich 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

                        Quick Calculator for Google Chrome Browser is a simple calculator which help you compute the total SUM of your numbers.
Just enter 1 number per line and the answer will show up below.
It's a fast and quick way to compute & crunch the numbers.
Let the App do the MATH for you :)                    

Extension Basic Information

Name Quick Calculator by Fedmich Quick Calculator by Fedmich
ID aapkdhkodcbnmglllnoofpojfajbogdm
Official URL https://chromewebstore.google.com/detail/quick-calculator-by-fedmi/aapkdhkodcbnmglllnoofpojfajbogdm
Description Quick Calculator for Google Chrome™.
File Size 122 KB
Installation Count 149
Current Version 0.2.7
Last Updated 2013-09-27
Publish Date 2013-09-26
Rating 3.00/5 Total 5 Ratings
Developer https://calculatorchrome.com
Email [email protected]
Payment Type free
Extension Website http://calculatorchrome.com
Help Page URL http://calculatorchrome.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Calculator by Fedmich",
    "version": "0.2.7",
    "manifest_version": 2,
    "description": "Quick Calculator for Google Chrome\u2122.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "omnibox": {
        "keyword": "calc"
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_title": "Calculator",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/calculatorchrome.com\/*"
    ],
    "options_page": "options.html",
    "offline_enabled": true
}