eBird enhancements
Enhancements for the eBird web interface
Apa itu eBird enhancements?
eBird enhancements adalah ekstensi Chrome yang dikembangkan oleh https://faintlake.com, dan fitur utamanya adalah "Enhancements for the eBird web interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi eBird enhancements
Unduh file ekstensi eBird enhancements dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
URL Resmi | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
Deskripsi | Enhancements for the eBird web interface |
Ukuran File | 37.42 KB |
Jumlah Instalasi | 114 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2024-02-10 |
Tanggal Publikasi | 2023-12-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://faintlake.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.faintlake.com/eBird/extension/TripReport/ |
URL Halaman Bantuan | https://www.faintlake.com/eBird/extension/TripReport/ |
Bahasa yang Didukung | 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" } |