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
官方URL 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"
    ]
}