eBird reviewer utilities

Utilities for eBird reviewers.

eBird reviewer utilitiesとは何ですか?

eBird reviewer utilitiesはKent Fialaによって開発されたChromeの拡張機能で、その主な機能は「Utilities for eBird reviewers.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
}