eBird enhancements
Enhancements for the eBird web interface
Cos'è eBird enhancements?
eBird enhancements è un'estensione di Chrome sviluppata da https://faintlake.com, e la sua funzione principale è "Enhancements for the eBird web interface".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eBird enhancements
Scarica i file di estensione eBird enhancements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
URL Ufficiale | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
Descrizione | Enhancements for the eBird web interface |
Dimensione del File | 37.42 KB |
Conteggio Installazioni | 114 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2023-12-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://faintlake.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.faintlake.com/eBird/extension/TripReport/ |
URL della Pagina di Aiuto | https://www.faintlake.com/eBird/extension/TripReport/ |
Lingue Supportate | 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" } |