Tools for iNaturalist
Tools for iNaturalist.
What is Tools for iNaturalist?
Tools for iNaturalist is a Chrome extension developed by piCode, and its main feature is "Tools for iNaturalist.".
Extension Screenshots
Download Tools for iNaturalist Extension CRX File
Download Tools for iNaturalist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool for https://www.inaturalist.org allows to use GPX files in batch edit to set locations according to the matching timestamps of observations and GPS track points.
Extension Basic Information
Name | Tools for iNaturalist |
ID | pmlhnjpkaojokgpabkfbembpklhjobkj |
Official URL | https://chromewebstore.google.com/detail/tools-for-inaturalist/pmlhnjpkaojokgpabkfbembpklhjobkj |
Description | Tools for iNaturalist. |
File Size | 14.49 KB |
Installation Count | 83 |
Current Version | 0.1 |
Last Updated | 2020-06-01 |
Publish Date | 2020-05-30 |
Developer | piCode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/picode7/inaturalist-plugin#readme |
Help Page URL | https://github.com/picode7/inaturalist-plugin/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tools for iNaturalist", "version": "0.1", "description": "Tools for iNaturalist.", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.inaturalist.org\/observations\/edit\/batch*" ], "js": [ "app.js" ] } ] } |