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
Τι είναι το Swiss Budget Manager;
Το Swiss Budget Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael M, και η κύρια λειτουργία του είναι "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Swiss Budget Manager
Λήψη αρχείων επέκτασης Swiss Budget Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
Επίσημο URL | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Περιγραφή | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Μέγεθος Αρχείου | 41.08 KB |
Αριθμός Εγκαταστάσεων | 40 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-06-21 |
Ημερομηνία Δημοσίευσης | 2017-06-21 |
Προγραμματιστής | Michael M |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |