Swiss Budget Manager
Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
O que é Swiss Budget Manager?
Swiss Budget Manager é uma extensão do Chrome desenvolvida por Michael M, e sua principal característica é "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swiss Budget Manager
Baixe arquivos de extensão Swiss 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
Highlight the price of an item's price and right click to add it to your spending. You can see your spending and your limit on the upper right corner. Set your limit inside the options
Informações Básicas da Extensão
Nome | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
URL Oficial | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Descrição | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Tamanho do Arquivo | 41.08 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-21 |
Data de Publicação | 2017-06-21 |
Desenvolvedor | Michael M |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swiss Budget Manager", "description": "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ], "options_page": "options.html" } |