eBird reviewer utilities
Utilities for eBird reviewers.
什么是eBird reviewer utilities?
eBird reviewer utilities是由Kent Fiala开发的Chrome扩展程序,该扩展的主要功能是“Utilities for eBird reviewers.”。
扩展截图
下载eBird reviewer utilities扩展crx文件
下载eBird reviewer utilities扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | jnihndjljdohoppikjkbipicdaipmbmn |
| 官方URL | https://chromewebstore.google.com/detail/ebird-reviewer-utilities/jnihndjljdohoppikjkbipicdaipmbmn |
| 简介 | Utilities for eBird reviewers. |
| 文件大小 | 37.71 KB |
| 安装次数 | 127 |
| 当前版本 | 1.3.35 |
| 更新时间 | 2024-03-02 |
| 上架时间 | 2022-11-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Kent Fiala |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.faintlake.com/eBird/extension/ReviewerUtilities/ |
| 帮助页面URL | https://www.faintlake.com/eBird/extension/ReviewerUtilities/ |
| 支持的语言 | 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"
} | |