Export Found Lab Caches

Export Found Lab Caches as GPX file for import into GSAK.

Export Found Lab Caches là gì?

Export Found Lab Caches là một tiện ích mở rộng Chrome được phát triển bởi Lil Devil, và tính năng chính của nó là "Export Found Lab Caches as GPX file for import into GSAK.".

Ả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 Export Found Lab Caches

Tải xuống các tệp mở rộng Export Found Lab Caches 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

                        Adds functionality to the Geocaching Adventure Lab Finds web page to export all Lab Cache finds as a GPX file. This file can then be imported into GSAK. A companion GSAK macro is then used to fill in other info that is not available on the web page.                    

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

Tên Export Found Lab Caches Export Found Lab Caches
ID cjkdhjilamnglgjpabhmadhkaoiinegk
URL Chính Thức https://chromewebstore.google.com/detail/export-found-lab-caches/cjkdhjilamnglgjpabhmadhkaoiinegk
Mô tả Export Found Lab Caches as GPX file for import into GSAK.
Kích Thước Tệp 72.81 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.1.01
Cập Nhật Lần Cuối 2022-11-07
Ngày Phát Hành 2022-10-26
Nhà Phát Triển Lil Devil
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gsak.net/board/index.php?showtopic=36239
URL Trang Trợ Giúp https://gsak.net/board/index.php?showtopic=36240
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Found Lab Caches",
    "version": "1.1.01",
    "description": "Export Found Lab Caches as GPX file for import into GSAK.",
    "author": "Brian Renken, alias Lil Devil",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/labs.geocaching.com\/logs",
                "https:\/\/labs.geocaching.com\/goto\/*"
            ],
            "js": [
                "lib\/common.js",
                "lib\/dayjs\/dayjs.min.js",
                "lib\/dayjs\/customParseFormat.js",
                "lib\/dayjs\/localeData.js",
                "lib\/dayjs\/updateLocale.js",
                "lib\/dayjs\/locale\/bg.js",
                "lib\/dayjs\/locale\/ca.js",
                "lib\/dayjs\/locale\/cs.js",
                "lib\/dayjs\/locale\/da.js",
                "lib\/dayjs\/locale\/de.js",
                "lib\/dayjs\/locale\/el.js",
                "lib\/dayjs\/locale\/en.js",
                "lib\/dayjs\/locale\/es.js",
                "lib\/dayjs\/locale\/et.js",
                "lib\/dayjs\/locale\/fi.js",
                "lib\/dayjs\/locale\/fr.js",
                "lib\/dayjs\/locale\/hu.js",
                "lib\/dayjs\/locale\/it.js",
                "lib\/dayjs\/locale\/ja.js",
                "lib\/dayjs\/locale\/ko.js",
                "lib\/dayjs\/locale\/lb.js",
                "lib\/dayjs\/locale\/lv.js",
                "lib\/dayjs\/locale\/nb.js",
                "lib\/dayjs\/locale\/nl.js",
                "lib\/dayjs\/locale\/pl.js",
                "lib\/dayjs\/locale\/pt.js",
                "lib\/dayjs\/locale\/ro.js",
                "lib\/dayjs\/locale\/ru.js",
                "lib\/dayjs\/locale\/sk.js",
                "lib\/dayjs\/locale\/sl.js",
                "lib\/dayjs\/locale\/sv.js",
                "lib\/dayjs-extend.js",
                "ExportFoundLabCaches.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.geocaching.com\/account\/settings\/preferences*"
            ],
            "js": [
                "SavePreferredDateFormat.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/beaker-48.png",
        "128": "images\/beaker-128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0"
}