Calculate!

A simple calculator extension for Chrome, with day and night mode setting.

What is Calculate!?

Calculate! is a Chrome extension developed by Chips!, and its main feature is "A simple calculator extension for Chrome, with day and night mode setting.".

Extension Screenshots

screenshot

Download Calculate! Extension CRX File

Download Calculate! 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

                        Just a simple drop-down calculator for the browser window, may or may not prove useful. Switch between day and night mode as you like.                    

Extension Basic Information

Name Calculate! Calculate!
ID ejnikaeehhhbchihakdhpgdmoefcgkgi
Official URL https://chromewebstore.google.com/detail/calculate/ejnikaeehhhbchihakdhpgdmoefcgkgi
Description A simple calculator extension for Chrome, with day and night mode setting.
File Size 36.73 KB
Installation Count 130
Current Version 0.2
Last Updated 2016-11-16
Publish Date 2016-11-16
Rating 5.00/5 Total 2 Ratings
Developer Chips!
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Calculate!",
    "version": "0.2",
    "description": "A simple calculator extension for Chrome, with day and night mode setting.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_title": "Calculate!",
        "default_icon": "icon_128.png",
        "default_popup": "index.html"
    }
}