Alternative Hunt

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

Vad är Alternative Hunt?

Alternative Hunt är en Chrome-tillägg utvecklad av techablr, och dess huvudfunktion är "Learn about great alternative products as you browse the web. Stay updated!".

Tilläggsskärmbilder

screenshot

Ladda ner Alternative Hunt-förlängningens CRX-fil

Ladda ner Alternative Hunt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
Officiell webbadress https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Beskrivning Learn about great alternative products as you browse the web. Stay updated!
Filstorlek 94.64 KB
Antal Installationer 174
Aktuell Version 1.0
Senast Uppdaterad 2019-01-14
Publiceringsdatum 2019-01-14
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare techablr
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}