Pocket Calculator

Simple & Lightweight Calculator

What is Pocket Calculator?

Pocket Calculator is a Chrome extension developed by https://windowshelper.co, and its main feature is "Simple & Lightweight Calculator".

Extension Screenshots

screenshot

Download Pocket Calculator Extension CRX File

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

                        Pocket Calculator is a simple, lightweight and easy calculator.
Using less resources from your computer you can make easy operations like Addition, Subtraction, Multiplication and Division. You also can use decimals for your operations.                    

Extension Basic Information

Name Pocket Calculator Pocket Calculator
ID pbejocjhmoacdmfkhhadlblkedjhkbdb
Official URL https://chrome.google.com/webstore/detail/pocket-calculator/pbejocjhmoacdmfkhhadlblkedjhkbdb
Description Simple & Lightweight Calculator
File Size 9.37 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2018-04-17
Publish Date 2018-04-17
Rating 4.00/5 Total 2 Ratings
Developer https://windowshelper.co
Email [email protected]
Payment Type free
Extension Website https://windowshelper.co/pocket-calculator-browser-extension/
Privacy Policy Page URL https://windowshelper.co/privacy-policy-extensions
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket Calculator",
    "description": "Simple & Lightweight Calculator",
    "default_locale": "en",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}