Avocado Pricing

This extension represents all prices in your browser in terms of no. of avocado toasts

Was ist Avocado Pricing?

Avocado Pricing ist eine Chrome-Erweiterung, die von moreiarty entwickelt wurde, und ihr Hauptmerkmal ist "This extension represents all prices in your browser in terms of no. of avocado toasts".

Erweiterungsscreenshots

screenshot

Avocado Pricing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Avocado Pricing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        All prices you see in your browser will be in terms of number of avocado toasts to remind you how easy it is to save up for a house in Sydney.                    

Grundlegende Informationen zur Erweiterung

Name Avocado Pricing Avocado Pricing
ID akhgajknpdiooplncfkmohfkojehhahi
Offizielle URL https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi
Beschreibung This extension represents all prices in your browser in terms of no. of avocado toasts
Dateigröße 41.68 KB
Installationsanzahl 164
Aktuelle Version 1.0
Letztes Update 2017-06-12
Veröffentlichungsdatum 2017-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler moreiarty
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Avocado Pricing",
    "short_name": "avo-pricing",
    "description": "This extension represents all prices in your browser in terms of no. of avocado toasts",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}