eBird enhancements

Enhancements for the eBird web interface

¿Qué es eBird enhancements?

eBird enhancements es una extensión de Chrome desarrollada por https://faintlake.com, y su función principal es "Enhancements for the eBird web interface".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión eBird enhancements

Descarga archivos de extensión eBird enhancements en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This browser extension comprises four independent enhancements or enhancement groups for eBird pages. The four enhancements are:

* Identify flagged checklists
* Trip Report enhancement group
   Sort checklists
   Copy checklist URLs to clipboard
   Download the set of GPS tracks
   Export trip report to spreadsheet
* Checklist sharing
* Download GPS track for one checklist

See https://www.faintlake.com/eBird/extension/Enhancements/ for full details.

Three of the four enhancements were previously distributed as separate extensions; now all are grouped together here and the old separate extensions can be uninstalled if you have them. You only need this one extension for all of the enhancements that I provide.                    

Información Básica de la Extensión

Nombre eBird enhancements eBird enhancements
ID odbgblofoimjkcmbjdlgpfefdehbpoae
URL Oficial https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae
Descripción Enhancements for the eBird web interface
Tamaño del Archivo 37.42 KB
Cantidad de Instalaciones 114
Versión Actual 2.0.1
Última Actualización 2024-02-10
Fecha de Publicación 2023-12-04
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://faintlake.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.faintlake.com/eBird/extension/TripReport/
URL de la Página de Ayuda https://www.faintlake.com/eBird/extension/TripReport/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBird enhancements",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ebird.org\/*checklist\/*",
                "https:\/\/ebird.org\/*tripreport\/*",
                "https:\/\/ebird.org\/*mychecklists*"
            ],
            "js": [
                "exportGPS.js",
                "tripreport.js",
                "hidden.js",
                "shareLink.js",
                "checklistButton.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "tripreport@faintlake",
            "strict_min_version": "109.0"
        }
    },
    "description": "Enhancements for the eBird web interface",
    "homepage_url": "https:\/\/www.faintlake.com\/eBird\/extension\/Enhancements\/",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "author": "Kent Fiala"
}