Budget Manager
Help track your spending and alert you when you've reached your limit!
Budget Manager là gì?
Budget Manager là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Help track your spending and alert you when you've reached your limit!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Budget Manager
Tải xuống các tệp mở rộng Budget Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Budget Manager |
ID | kefbibfkinkpmcfdehfmdedogekjbpde |
URL Chính Thức | https://chromewebstore.google.com/detail/budget-manager/kefbibfkinkpmcfdehfmdedogekjbpde |
Mô tả | Help track your spending and alert you when you've reached your limit! |
Kích Thước Tệp | 1.52 MB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-05-10 |
Ngày Phát Hành | 2020-05-09 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |