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
公式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"
    }
}