eBird enhancements

Enhancements for the eBird web interface

eBird enhancements là gì?

eBird enhancements là một tiện ích mở rộng Chrome được phát triển bởi https://faintlake.com, và tính năng chính của nó là "Enhancements for the eBird web interface".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng eBird enhancements

Tải xuống các tệp mở rộng eBird enhancements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eBird enhancements eBird enhancements
ID odbgblofoimjkcmbjdlgpfefdehbpoae
URL Chính Thức https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae
Mô tả Enhancements for the eBird web interface
Kích Thước Tệp 37.42 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2023-12-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://faintlake.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.faintlake.com/eBird/extension/TripReport/
URL Trang Trợ Giúp https://www.faintlake.com/eBird/extension/TripReport/
Ngôn Ngữ Được Hỗ Trợ 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"
}