eBird enhancements
Enhancements for the eBird web interface
什麼是eBird enhancements?
eBird enhancements是由https://faintlake.com開發的Chrome擴展程式,該擴展的主要功能是“Enhancements for the eBird web interface”。
擴展截圖
下載eBird enhancements擴展crx文件
下載eBird enhancements擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
官方網址 | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
簡介 | Enhancements for the eBird web interface |
檔案大小 | 37.42 KB |
安裝次數 | 114 |
目前版本 | 2.0.1 |
更新時間 | 2024-02-10 |
上架時間 | 2023-12-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://faintlake.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.faintlake.com/eBird/extension/TripReport/ |
說明頁面URL | https://www.faintlake.com/eBird/extension/TripReport/ |
支援的語言 | 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" } |