Budget Manager
Help track your spending and alert you when you've reached your limit!
O que é Budget Manager?
Budget Manager é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Help track your spending and alert you when you've reached your limit!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Budget Manager
Baixe arquivos de extensão Budget Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Budget Manager |
ID | kefbibfkinkpmcfdehfmdedogekjbpde |
URL Oficial | https://chromewebstore.google.com/detail/budget-manager/kefbibfkinkpmcfdehfmdedogekjbpde |
Descrição | Help track your spending and alert you when you've reached your limit! |
Tamanho do Arquivo | 1.52 MB |
Contagem de Instalações | 60 |
Versão Atual | 1.0 |
Última Atualização | 2020-05-10 |
Data de Publicação | 2020-05-09 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |