eBird reviewer utilities

Utilities for eBird reviewers.

Co to jest eBird reviewer utilities?

eBird reviewer utilities to rozszerzenie Chrome opracowane przez Kent Fiala, a jego główną funkcją jest „Utilities for eBird reviewers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eBird reviewer utilities

Pobierz pliki rozszerzeń eBird reviewer utilities 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

                        Adds a long list of new functions to the eBird review pages. For full details please see the documentation page.

Note that only eBird reviewers can access these pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa eBird reviewer utilities eBird reviewer utilities
ID jnihndjljdohoppikjkbipicdaipmbmn
Oficjalny URL https://chromewebstore.google.com/detail/ebird-reviewer-utilities/jnihndjljdohoppikjkbipicdaipmbmn
Opis Utilities for eBird reviewers.
Rozmiar pliku 37.71 KB
Liczba instalacji 127
Aktualna Wersja 1.3.35
Ostatnia Aktualizacja 2024-03-02
Data Publikacji 2022-11-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Kent Fiala
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.faintlake.com/eBird/extension/ReviewerUtilities/
Adres URL Strony Pomocy https://www.faintlake.com/eBird/extension/ReviewerUtilities/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBird reviewer utilities",
    "version": "1.3.35",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/review.ebird.org\/admin\/*"
            ],
            "js": [
                "utilities.js",
                "qr.js",
                "filterGraph.js",
                "filterExport.js",
                "search.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/search.macaulaylibrary.org\/*"
    ],
    "description": "Utilities for eBird reviewers.",
    "homepage_url": "https:\/\/www.faintlake.com\/eBird\/extension\/ReviewerUtilities\/",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "author": "Kent Fiala"
}