Tools for iNaturalist

Tools for iNaturalist.

Tools for iNaturalist란 무엇입니까?

Tools for iNaturalist은(는) piCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for iNaturalist."입니다.

확장 프로그램 스크린샷

screenshot

Tools for iNaturalist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Tools for iNaturalist Tools for iNaturalist
ID pmlhnjpkaojokgpabkfbembpklhjobkj
공식 URL https://chromewebstore.google.com/detail/tools-for-inaturalist/pmlhnjpkaojokgpabkfbembpklhjobkj
설명 Tools for iNaturalist.
파일 크기 14.49 KB
설치 횟수 83
현재 버전 0.1
최근 업데이트 2020-06-01
출시 날짜 2020-05-30
개발자 piCode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/picode7/inaturalist-plugin#readme
도움말 페이지 URL https://github.com/picode7/inaturalist-plugin/issues
지원되는 언어 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"
            ]
        }
    ]
}