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
Co je Swiss Budget Manager?
Swiss Budget Manager je rozšíření Chrome vyvinuté Michael M, a jeho hlavní funkcí je „Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Swiss Budget Manager
Stáhněte si soubory rozšíření Swiss Budget Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
Oficiální URL | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Popis | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Velikost souboru | 41.08 KB |
Počet instalací | 40 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-06-21 |
Datum Vydání | 2017-06-21 |
Vývojář | Michael M |
Typ Platby | free |
Podporované Jazyky | 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" } |