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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |