Spending Buddy

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

Qu'est-ce que Spending Buddy ?

Spending Buddy est une extension Chrome développée par Unknown, et sa fonction principale est "Make better buying decisions by converting dollar values to hours of work.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spending Buddy

Téléchargez les fichiers d'extension Spending Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Spending Buddy Spending Buddy
ID einiaodkkhcafnpeajhelnplcijnhadf
URL Officiel https://chromewebstore.google.com/detail/spending-buddy/einiaodkkhcafnpeajhelnplcijnhadf
Description Make better buying decisions by converting dollar values to hours of work.
Taille du Fichier 35.2 KB
Nombre d'Installations 31
Version Actuelle 0.3
Dernière Mise à Jour 2018-05-20
Date de Publication 2018-05-20
Évaluation 5.00/5 Total 19 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}