Retro Calculator

A retro-styled pop-up calculator

What is Retro Calculator?

Retro Calculator is a Chrome extension developed by Yaye Esmilla, and its main feature is "A retro-styled pop-up calculator".

Extension Screenshots

screenshot
screenshot

Download Retro Calculator Extension CRX File

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

                        Retro Calculator

Retro Calculator is an open-sourced, retro-styled pop-up calculator that does basic arithmetic processes. It allows you to do calculations via the keyboard or by pressing the buttons.

Shortcuts:
 c or `enter` or `return` (in Mac) - Equals                    

Extension Basic Information

Name Retro Calculator Retro Calculator
ID phlhhjgojpgddokobbenmdmpmabbnlij
Official URL https://chromewebstore.google.com/detail/retro-calculator/phlhhjgojpgddokobbenmdmpmabbnlij
Description A retro-styled pop-up calculator
File Size 73.12 KB
Installation Count 209
Current Version 1.0.0.0
Last Updated 2020-08-08
Publish Date 2020-08-07
Rating 5.00/5 Total 1 Ratings
Developer Yaye Esmilla
Email [email protected]
Payment Type free
Extension Website https://github.com/yayesmilla/retro-calculator
Help Page URL https://github.com/yayesmilla/retro-calculator
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retro Calculator",
    "description": "A retro-styled pop-up calculator",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Retro Calculator"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "spanning",
    "permissions": []
}