eBird enhancements
Enhancements for the eBird web interface
What is eBird enhancements?
eBird enhancements is a Chrome extension developed by https://faintlake.com, and its main feature is "Enhancements for the eBird web interface".
Extension Screenshots
Download eBird enhancements Extension CRX File
Download eBird enhancements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
Official URL | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
Description | Enhancements for the eBird web interface |
File Size | 37.42 KB |
Installation Count | 114 |
Current Version | 2.0.1 |
Last Updated | 2024-02-10 |
Publish Date | 2023-12-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://faintlake.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.faintlake.com/eBird/extension/TripReport/ |
Help Page URL | https://www.faintlake.com/eBird/extension/TripReport/ |
Supported Languages | 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" } |