Percentage Change Calculator

Calculate percentage change between two values

What is Percentage Change Calculator?

Percentage Change Calculator is a Chrome extension developed by https://dmcalc.pages.dev, and its main feature is "Calculate percentage change between two values".

Extension Screenshots

screenshot
screenshot

Download Percentage Change Calculator Extension CRX File

Download Percentage Change 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

                        This extension can be used to calculate the difference in percentage between two values, for example Year 1 revenue compared to Year 2 Revenue.

DM Calc has multiple calculators for digital marketers and the YoY/MoM growth calculator is the most used one. Therefore, having an easy to use Chrome extension would make things a lot quicker by not having to go to the website and waiting for the page to load or having to go to Excel to calculate the change by using a formula.                    

Extension Basic Information

Name Percentage Change Calculator Percentage Change Calculator
ID eiiecppmhckaljjpbhbddejegimajcce
Official URL https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce
Description Calculate percentage change between two values
File Size 27.14 KB
Installation Count 111
Current Version 2.0
Last Updated 2023-11-14
Publish Date 2021-03-15
Rating 5.00/5 Total 1 Ratings
Developer https://dmcalc.pages.dev
Email [email protected]
Payment Type free
Extension Website https://dmcalc.pages.dev
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Percentage Change Calculator",
    "version": "2.0",
    "description": "Calculate percentage change between two values",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}