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 |
| 电子邮箱 | [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"
}
} | |