eBird reviewer utilities
Utilities for eBird reviewers.
eBird reviewer utilities là gì?
eBird reviewer utilities là một tiện ích mở rộng Chrome được phát triển bởi Kent Fiala, và tính năng chính của nó là "Utilities for eBird reviewers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng eBird reviewer utilities
Tải xuống các tệp mở rộng eBird reviewer utilities 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
Adds a long list of new functions to the eBird review pages. For full details please see the documentation page. Note that only eBird reviewers can access these pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | eBird reviewer utilities |
ID | jnihndjljdohoppikjkbipicdaipmbmn |
URL Chính Thức | https://chromewebstore.google.com/detail/ebird-reviewer-utilities/jnihndjljdohoppikjkbipicdaipmbmn |
Mô tả | Utilities for eBird reviewers. |
Kích Thước Tệp | 37.71 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 1.3.35 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2022-11-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kent Fiala |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.faintlake.com/eBird/extension/ReviewerUtilities/ |
URL Trang Trợ Giúp | https://www.faintlake.com/eBird/extension/ReviewerUtilities/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eBird reviewer utilities", "version": "1.3.35", "content_scripts": [ { "matches": [ "https:\/\/review.ebird.org\/admin\/*" ], "js": [ "utilities.js", "qr.js", "filterGraph.js", "filterExport.js", "search.js" ] } ], "host_permissions": [ "*:\/\/search.macaulaylibrary.org\/*" ], "description": "Utilities for eBird reviewers.", "homepage_url": "https:\/\/www.faintlake.com\/eBird\/extension\/ReviewerUtilities\/", "icons": { "48": "icons\/48.png", "96": "icons\/96.png" }, "author": "Kent Fiala" } |