eBird enhancements
Enhancements for the eBird web interface
Qu'est-ce que eBird enhancements ?
eBird enhancements est une extension Chrome développée par https://faintlake.com, et sa fonction principale est "Enhancements for the eBird web interface".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eBird enhancements
Téléchargez les fichiers d'extension eBird enhancements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
URL Officiel | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
Description | Enhancements for the eBird web interface |
Taille du Fichier | 37.42 KB |
Nombre d'Installations | 114 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2024-02-10 |
Date de Publication | 2023-12-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://faintlake.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.faintlake.com/eBird/extension/TripReport/ |
URL de la Page d'Aide | https://www.faintlake.com/eBird/extension/TripReport/ |
Langues Prises en Charge | 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" } |