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
Apa itu Swiss Budget Manager?
Swiss Budget Manager adalah ekstensi Chrome yang dikembangkan oleh Michael M, dan fitur utamanya adalah "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Swiss Budget Manager
Unduh file ekstensi Swiss Budget Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
URL Resmi | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
Deskripsi | Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more |
Ukuran File | 41.08 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-21 |
Tanggal Publikasi | 2017-06-21 |
Pengembang | Michael M |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |