Tools for iNaturalist
Tools for iNaturalist.
Tools for iNaturalistคืออะไร?
Tools for iNaturalist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย piCode และคุณลักษณะหลักของมันคือ "Tools for iNaturalist."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tools for iNaturalist
ดาวน์โหลดไฟล์ส่วนขยาย Tools for iNaturalist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |