BeerFinder

Easily use the context menu to search for a highlighted beer name on Untappd.

Co to jest BeerFinder?

BeerFinder to rozszerzenie Chrome opracowane przez Søren Larsen Pedersen, a jego główną funkcją jest „Easily use the context menu to search for a highlighted beer name on Untappd.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BeerFinder

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

                        Please let me know if you got any ideas for features or further development.

This extension has no affiliation with Untappd.                    

Podstawowe informacje o rozszerzeniu

Nazwa BeerFinder BeerFinder
ID dagmhnklfkebmecekhjgngekjielhkhj
Oficjalny URL https://chrome.google.com/webstore/detail/beerfinder/dagmhnklfkebmecekhjgngekjielhkhj
Opis Easily use the context menu to search for a highlighted beer name on Untappd.
Rozmiar pliku 12.09 KB
Liczba instalacji 127
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2023-07-10
Data Publikacji 2019-04-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Søren Larsen Pedersen
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": "BeerFinder",
    "description": "Easily use the context menu to search for a highlighted beer name on Untappd.",
    "version": "1.5",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "beerfinder16.png",
        "48": "beerfinder48.png",
        "128": "beerfinder128.png"
    }
}