Percentage Change Calculator

Calculate percentage change between two values

什麼是Percentage Change Calculator?

Percentage Change Calculator是由https://dmcalc.pages.dev開發的Chrome擴展程式,該擴展的主要功能是“Calculate percentage change between two values”。

擴展截圖

screenshot
screenshot

下載Percentage Change Calculator擴展crx文件

下載Percentage Change Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Percentage Change Calculator Percentage Change Calculator
ID eiiecppmhckaljjpbhbddejegimajcce
官方網址 https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce
簡介 Calculate percentage change between two values
檔案大小 27.14 KB
安裝次數 111
目前版本 2.0
更新時間 2023-11-14
上架時間 2021-03-15
評分 5.00/5 共 1 次評分
開發者 https://dmcalc.pages.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dmcalc.pages.dev
支援的語言 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"
    ]
}