Alternative Hunt

Learn about great alternative products as you browse the web. Stay updated!

Что такое Alternative Hunt?

Alternative Hunt - это расширение Chrome, разработанное techablr, и его основная функция - "Learn about great alternative products as you browse the web. Stay updated!".

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

screenshot

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

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

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

                        Alternative Hunt is a great way to learn about new products as you browse the web. The Alternative Hunt Chrome Extension will automatically find alternatives of the website you are currently visiting. The extension will show a notification alert when alternatives are available.

The extension uses Product Hunt (producthunt.com) data for displaying the alternatives.
The extension only works for the home page of a website.                    

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

Название Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
Официальный URL https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Описание Learn about great alternative products as you browse the web. Stay updated!
Размер файла 94.64 KB
Количество установок 174
Текущая Версия 1.0
Последнее Обновление 2019-01-14
Дата публикации 2019-01-14
Рейтинг 4.50/5 Всего 2 оценок
Разработчик techablr
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alternative Hunt",
    "version": "1.0",
    "description": "Learn about great alternative products as you browse the web. Stay updated!",
    "permissions": [
        "https:\/\/apps.techablr.com\/*",
        "tabs",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/ahicon.png"
        }
    },
    "icons": {
        "128": "images\/ahicon.png"
    },
    "manifest_version": 2
}