Money Manager
Track all your spendings with this extension
Money Managerとは何ですか?
Money Managerはrathiharshit123によって開発されたChromeの拡張機能で、その主な機能は「Track all your spendings with this extension」です。
拡張機能のスクリーンショット
Money Manager拡張機能のCRXファイルをダウンロード
Money Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is used to manage your budget. With this extension the user can set his/her budget and then spend the money. This extension will let you know how much money you have left and how much you've spent. You can also reset the money you've spent. Since it has the functionality to appear in the context menu, the user can go on shopping websites and can select the price of the item, and then right click on the number and select spendMoney option to spend that much amount. This extension will give out notifications when the user have spent more money than they have allotted also when they have done the reset. So, you can set your savings as your budget and when you spend more money than your savings you will get notified.
拡張機能の基本情報
名前 | Money Manager |
ID | eglhkdhnmkggbbepgfdigfajlempkdif |
公式URL | https://chromewebstore.google.com/detail/money-manager/eglhkdhnmkggbbepgfdigfajlempkdif |
説明 | Track all your spendings with this extension |
ファイルサイズ | 43.05 KB |
インストール数 | 503 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-01-04 |
公開日 | 2022-01-04 |
評価 | 4.70/5 合計 10 レビュー |
開発者 | rathiharshit123 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Money Manager", "version": "0.0.1", "manifest_version": 2, "description": "Track all your spendings with this extension", "icons": { "128": "icon128.png", "64": "icon64.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ] } |