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はMichael Mによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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" } |