Alternative Hunt

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

Co to jest Alternative Hunt?

Alternative Hunt to rozszerzenie Chrome opracowane przez techablr, a jego główną funkcją jest „Learn about great alternative products as you browse the web. Stay updated!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Alternative Hunt

Pobierz pliki rozszerzeń Alternative Hunt 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
Oficjalny URL https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Opis Learn about great alternative products as you browse the web. Stay updated!
Rozmiar pliku 94.64 KB
Liczba instalacji 174
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-14
Data Publikacji 2019-01-14
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper techablr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}