eBird enhancements

Enhancements for the eBird web interface

eBird enhancements क्या है?

eBird enhancements https://faintlake.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancements for the eBird web interface"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eBird enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
}