Tools for iNaturalist
Tools for iNaturalist.
Tools for iNaturalistとは何ですか?
Tools for iNaturalistはpiCodeによって開発されたChromeの拡張機能で、その主な機能は「Tools for iNaturalist.」です。
拡張機能のスクリーンショット
Tools for iNaturalist拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |