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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |