Expense tracker

Keep track of how much money you spend.

What is Expense tracker?

Expense tracker is a Chrome extension developed by bluehibiscus02, and its main feature is "Keep track of how much money you spend.".

Extension Screenshots

screenshot

Download Expense tracker Extension CRX File

Download Expense tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Expense tracker Expense tracker
ID ojjgngofgiephidemegabngnehhnfoah
Official URL https://chromewebstore.google.com/detail/expense-tracker/ojjgngofgiephidemegabngnehhnfoah
Description Keep track of how much money you spend.
File Size 148 KB
Installation Count 76
Current Version 0.1.0
Last Updated 2021-08-27
Publish Date 2021-08-27
Rating 5.00/5 Total 2 Ratings
Developer bluehibiscus02
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}