Tools for iNaturalist

Tools for iNaturalist.

Hvad er Tools for iNaturalist?

Tools for iNaturalist er en Chrome-udvidelse udviklet af piCode, og dens hovedfunktion er "Tools for iNaturalist.".

Udvidelsesskærmbilleder

screenshot

Download Tools for iNaturalist-udvidelses-CRX-fil

Download Tools for iNaturalist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tools for iNaturalist Tools for iNaturalist
ID pmlhnjpkaojokgpabkfbembpklhjobkj
Officiel URL https://chromewebstore.google.com/detail/tools-for-inaturalist/pmlhnjpkaojokgpabkfbembpklhjobkj
Beskrivelse Tools for iNaturalist.
Filstørrelse 14.49 KB
Antal Installationer 83
Nuværende Version 0.1
Senest Opdateret 2020-06-01
Udgivelsesdato 2020-05-30
Udvikler piCode
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/picode7/inaturalist-plugin#readme
Hjælpeside-URL https://github.com/picode7/inaturalist-plugin/issues
Understøttede Sprog 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"
            ]
        }
    ]
}