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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}