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文件

下載Spending Buddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}