Expense tracker
Keep track of how much money you spend.
Expense trackerとは何ですか?
Expense trackerはbluehibiscus02によって開発されたChromeの拡張機能で、その主な機能は「Keep track of how much money you spend.」です。
拡張機能のスクリーンショット
Expense tracker拡張機能のCRXファイルをダウンロード
Expense tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Manage you online spending - you can easily add your online expenses and budget to keep track of the money you spend online!
You can:
- Set your own budget
- Add and remove expenses
You will be able to see your total expenses and sum of expenses per category 拡張機能の基本情報
| 名前 | |
| ID | ojjgngofgiephidemegabngnehhnfoah |
| 公式URL | https://chromewebstore.google.com/detail/expense-tracker/ojjgngofgiephidemegabngnehhnfoah |
| 説明 | Keep track of how much money you spend. |
| ファイルサイズ | 148 KB |
| インストール数 | 76 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2021-08-27 |
| 公開日 | 2021-08-27 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | bluehibiscus02 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Expense tracker",
"version": "0.1.0",
"description": "Keep track of how much money you spend.",
"manifest_version": 2,
"browser_action": {
"default_title": "Expense Tracker",
"default_popup": "popout.html"
},
"icons": {
"16": "image\/icon16.png",
"32": "image\/icon32.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
}
} | |