Spending Buddy

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

Spending Buddy란 무엇입니까?

Spending Buddy은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make better buying decisions by converting dollar values to hours of work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Spending Buddy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Spending Buddy Spending Buddy
ID einiaodkkhcafnpeajhelnplcijnhadf
공식 URL https://chromewebstore.google.com/detail/spending-buddy/einiaodkkhcafnpeajhelnplcijnhadf
설명 Make better buying decisions by converting dollar values to hours of work.
파일 크기 35.2 KB
설치 횟수 31
현재 버전 0.3
최근 업데이트 2018-05-20
출시 날짜 2018-05-20
평점 5.00/5 총 19 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 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"
    }
}