Cash Counter

Easily count Australian cash

什麼是Cash Counter?

Cash Counter是由https://www.itsoftware.net.au開發的Chrome擴展程式,該擴展的主要功能是“Easily count Australian cash”。

擴展截圖

screenshot
screenshot
screenshot

下載Cash Counter擴展crx文件

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

擴展使用說明

                        Need to count your till before you close at the end of the day? Cash Counter provides an easy to use interface to add the amount of money you have up made for the day (designed for Australian Dollars but will support any currency that uses $0.05, $0.10, $0.20, $0.50, $1.00, $2.00, $5.00, $10.00, $20.00, $50.00 and $100.00 denominations).
It also supports a float from start of day!                    

擴展基本資訊

名稱 Cash Counter Cash Counter
ID pheiibbgoojfkdcbnbjbkfajjmgpmlak
官方網址 https://chromewebstore.google.com/detail/cash-counter/pheiibbgoojfkdcbnbjbkfajjmgpmlak
簡介 Easily count Australian cash
檔案大小 47.78 KB
安裝次數 144
目前版本 1.2.1
更新時間 2016-01-11
上架時間 2016-01-10
評分 4.00/5 共 2 次評分
開發者 https://www.itsoftware.net.au
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cash Counter",
    "version": "1.2.1",
    "description": "Easily count Australian cash",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "calculator.html"
    },
    "author": "Nicholas Clark | IT Software",
    "permissions": [
        "",
        "storage"
    ]
}