Budget Manager

Help track your spending and alert you when you've reached your limit!

什么是Budget Manager?

Budget Manager是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Help track your spending and alert you when you've reached your limit!”。

扩展截图

screenshot

下载Budget Manager扩展crx文件

下载Budget Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension to accept users' spendings, display current total spending tally, set a spending limit, and notify the user if that limit is reached; as well as an options page to reset the total and limit.

Right click on the extension icon to open the options page and set your spending limit.

Left click on the extension icon to add to your total spending tally each time you make a purchase.

You can also add to your total spending tally by highlighting the price of your purchase, anywhere in the browser, and selecting "SpendMoney" from the right-click menu.

On the options page you can also reset your total spending tally to zero whenever you wish.                    

扩展基本信息

名称 Budget Manager Budget Manager
ID kefbibfkinkpmcfdehfmdedogekjbpde
官方URL https://chromewebstore.google.com/detail/budget-manager/kefbibfkinkpmcfdehfmdedogekjbpde
简介 Help track your spending and alert you when you've reached your limit!
文件大小 1.52 MB
安装次数 60
当前版本 1.0
更新时间 2020-05-10
上架时间 2020-05-09
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Budget Manager",
    "version": "1.0",
    "description": "Help track your spending and alert you when you've reached your limit!",
    "icons": {
        "16": "images\/calc_16.png",
        "32": "images\/calc_32.png",
        "48": "images\/calc_48.png",
        "128": "images\/calc_128.png"
    },
    "browser_action": {
        "default_icon": "images\/calc_16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}