eBird enhancements
Enhancements for the eBird web interface
Что такое eBird enhancements?
eBird enhancements - это расширение Chrome, разработанное https://faintlake.com, и его основная функция - "Enhancements for the eBird web interface".
Снимки экрана расширения
Скачать файл CRX расширения eBird enhancements
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
} | |