Avocado Pricing

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

Co to jest Avocado Pricing?

Avocado Pricing to rozszerzenie Chrome opracowane przez moreiarty, a jego główną funkcją jest „This extension represents all prices in your browser in terms of no. of avocado toasts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Avocado Pricing

Pobierz pliki rozszerzeń Avocado Pricing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Avocado Pricing Avocado Pricing
ID akhgajknpdiooplncfkmohfkojehhahi
Oficjalny URL https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi
Opis This extension represents all prices in your browser in terms of no. of avocado toasts
Rozmiar pliku 41.68 KB
Liczba instalacji 164
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-12
Data Publikacji 2017-06-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper moreiarty
Typ Płatności free
Obsługiwane Języki 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"
    }
}