Tools for iNaturalist

Tools for iNaturalist.

Tools for iNaturalist là gì?

Tools for iNaturalist là một tiện ích mở rộng Chrome được phát triển bởi piCode, và tính năng chính của nó là "Tools for iNaturalist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tools for iNaturalist

Tải xuống các tệp mở rộng Tools for iNaturalist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tools for iNaturalist Tools for iNaturalist
ID pmlhnjpkaojokgpabkfbembpklhjobkj
URL Chính Thức https://chromewebstore.google.com/detail/tools-for-inaturalist/pmlhnjpkaojokgpabkfbembpklhjobkj
Mô tả Tools for iNaturalist.
Kích Thước Tệp 14.49 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-05-30
Nhà Phát Triển piCode
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/picode7/inaturalist-plugin#readme
URL Trang Trợ Giúp https://github.com/picode7/inaturalist-plugin/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}