Avocado Pricing

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

Что такое Avocado Pricing?

Avocado Pricing - это расширение Chrome, разработанное moreiarty, и его основная функция - "This extension represents all prices in your browser in terms of no. of avocado toasts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Avocado Pricing

Скачайте файлы расширений Avocado Pricing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Avocado Pricing Avocado Pricing
ID akhgajknpdiooplncfkmohfkojehhahi
Официальный URL https://chromewebstore.google.com/detail/avocado-pricing/akhgajknpdiooplncfkmohfkojehhahi
Описание This extension represents all prices in your browser in terms of no. of avocado toasts
Размер файла 41.68 KB
Количество установок 164
Текущая Версия 1.0
Последнее Обновление 2017-06-12
Дата публикации 2017-06-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик moreiarty
Тип оплаты free
Поддерживаемые языки 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"
    }
}