Clean calculator

Simple calculator with hidden party mode

What is Clean calculator?

Clean calculator is a Chrome extension developed by phillipjouber, and its main feature is "Simple calculator with hidden party mode".

Extension Screenshots

screenshot

Download Clean calculator Extension CRX File

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

                        A simple calculator with a hidden party mode, can you find it ? Large buttons appear on the screen with easy readable fonts and a user friendly interface. For general puposes and every day use, right in the browser.                    

Extension Basic Information

Name Clean calculator Clean calculator
ID dkilgaafooiibcdkhgnhialfmbdgkfae
Official URL https://chromewebstore.google.com/detail/clean-calculator/dkilgaafooiibcdkhgnhialfmbdgkfae
Description Simple calculator with hidden party mode
File Size 60.68 KB
Installation Count 740
Current Version 0.1
Last Updated 2014-09-06
Publish Date 2014-09-06
Rating 4.81/5 Total 16 Ratings
Developer phillipjouber
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean calculator",
    "sandbox": {
        "pages": [
            "popup.html"
        ]
    },
    "description": "Simple calculator with hidden party mode",
    "version": "0.1",
    "icons": {
        "16": "images\/cc16.png",
        "48": "images\/cc48.png",
        "128": "images\/cc128.png"
    },
    "browser_action": {
        "default_icon": "images\/cc48.png",
        "default_popup": "popup.html"
    }
}