Spending Buddy

Make better buying decisions by converting dollar values to hours of work.

Spending Buddy là gì?

Spending Buddy là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Make better buying decisions by converting dollar values to hours of work.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spending Buddy

Tải xuống các tệp mở rộng Spending Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It's hard to gauge if a product is worth buying by just looking at the price tag. However, when you think about it in terms of how many hours you'd have to work in order to purchase it, it changes your perspective on the value of the product entirely.

Just figure out your hourly wage, enter it into the app, and start highlighting prices on your screen. Spending Buddy will automatically calculate the number of hours of work the price tag equals.

This tool is especially useful for chronic online shoppers or people looking to become more frugal with their purchases. It only works when you highlight prices and numbers, so you can leave it on and highlight text as you normally would.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spending Buddy Spending Buddy
ID einiaodkkhcafnpeajhelnplcijnhadf
URL Chính Thức https://chromewebstore.google.com/detail/spending-buddy/einiaodkkhcafnpeajhelnplcijnhadf
Mô tả Make better buying decisions by converting dollar values to hours of work.
Kích Thước Tệp 35.2 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-05-20
Ngày Phát Hành 2018-05-20
Đánh Giá 5.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spending Buddy",
    "version": "0.3",
    "description": "Make better buying decisions by converting dollar values to hours of work.",
    "icons": {
        "16": "assets\/sb-icon-16.png",
        "48": "assets\/sb-icon-48.png",
        "128": "assets\/sb-icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/sb-icon-128.png",
        "default_popup": "popup\/popup.html"
    }
}