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!」です。
拡張機能のスクリーンショット
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 |
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" ] } |