eBird enhancements
Enhancements for the eBird web interface
eBird enhancementsとは何ですか?
eBird enhancementsはhttps://faintlake.comによって開発されたChromeの拡張機能で、その主な機能は「Enhancements for the eBird web interface」です。
拡張機能のスクリーンショット
eBird enhancements拡張機能のCRXファイルをダウンロード
eBird enhancements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This browser extension comprises four independent enhancements or enhancement groups for eBird pages. The four enhancements are: * Identify flagged checklists * Trip Report enhancement group Sort checklists Copy checklist URLs to clipboard Download the set of GPS tracks Export trip report to spreadsheet * Checklist sharing * Download GPS track for one checklist See https://www.faintlake.com/eBird/extension/Enhancements/ for full details. Three of the four enhancements were previously distributed as separate extensions; now all are grouped together here and the old separate extensions can be uninstalled if you have them. You only need this one extension for all of the enhancements that I provide.
拡張機能の基本情報
名前 | eBird enhancements |
ID | odbgblofoimjkcmbjdlgpfefdehbpoae |
公式URL | https://chromewebstore.google.com/detail/ebird-enhancements/odbgblofoimjkcmbjdlgpfefdehbpoae |
説明 | Enhancements for the eBird web interface |
ファイルサイズ | 37.42 KB |
インストール数 | 114 |
現在のバージョン | 2.0.1 |
最終更新日 | 2024-02-10 |
公開日 | 2023-12-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://faintlake.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.faintlake.com/eBird/extension/TripReport/ |
ヘルプページのURL | https://www.faintlake.com/eBird/extension/TripReport/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eBird enhancements", "version": "2.0.1", "content_scripts": [ { "matches": [ "https:\/\/ebird.org\/*checklist\/*", "https:\/\/ebird.org\/*tripreport\/*", "https:\/\/ebird.org\/*mychecklists*" ], "js": [ "exportGPS.js", "tripreport.js", "hidden.js", "shareLink.js", "checklistButton.js" ] } ], "browser_specific_settings": { "gecko": { "id": "tripreport@faintlake", "strict_min_version": "109.0" } }, "description": "Enhancements for the eBird web interface", "homepage_url": "https:\/\/www.faintlake.com\/eBird\/extension\/Enhancements\/", "icons": { "48": "icons\/48.png", "96": "icons\/96.png" }, "author": "Kent Fiala" } |