Percent Change Calculator

Quick and simple way to calculate percent changes.

什麼是Percent Change Calculator?

Percent Change Calculator是由https://nicomiceli.com開發的Chrome擴展程式,該擴展的主要功能是“Quick and simple way to calculate percent changes.”。

擴展截圖

screenshot

下載Percent Change Calculator擴展crx文件

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

擴展使用說明

                        The Percent Change Calculator lets you easily calculate percentages in only one step and without having to use any formulas.

I built this extension to help me and my team with quick calculations during reporting and other times we need to compare traffic or other metrics. There are no bells or whistles in this app. It's lightweight and just calculates percentages in the three most common ways. The interface is written in regular English so it is not complicated trying to figure out where to put the different numbers.  

For example, below are calculations it accepts: 

The percent change from 10 to 15 is 50%
10% of 100 of 10
10 is 10% of 100

Feedback is always appreciated! You can reach out to me on twitter @nicomiceli or Gplus Google.com/+NicoMiceli                    

擴展基本資訊

名稱 Percent Change Calculator Percent Change Calculator
ID afknfpdgpnhpbdcdnknlmbcddhfemdeb
官方網址 https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb
簡介 Quick and simple way to calculate percent changes.
檔案大小 578 KB
安裝次數 1,729
目前版本 0.0.3
更新時間 2014-02-09
上架時間 2014-02-09
評分 4.50/5 共 8 次評分
開發者 https://nicomiceli.com
付費類型 free
說明頁面URL http://nicomiceli.com/percent-change-calculator/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Percent Change Calculator",
    "version": "0.0.3",
    "description": "Quick and simple way to calculate percent changes.",
    "browser_action": {
        "default_title": "Calculate Some Percentages!",
        "default_icon": "img\/percent-change-icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/percent-change-icon48.png",
        "128": "img\/percent-change-icon128.png"
    },
    "author": "@NicoMiceli",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}