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 |
| 官方網址 | 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"
} | |