eBird reviewer utilities

Utilities for eBird reviewers.

eBird reviewer utilitiesคืออะไร?

eBird reviewer utilities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kent Fiala และคุณลักษณะหลักของมันคือ "Utilities for eBird reviewers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBird reviewer utilities

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ eBird reviewer utilities eBird reviewer utilities
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"
}