Geocaching Logbook Creator

Print directly your logbook from the cache page

Geocaching Logbook Creator là gì?

Geocaching Logbook Creator là một tiện ích mở rộng Chrome được phát triển bởi https://geoking.fr, và tính năng chính của nó là "Print directly your logbook from the cache page".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Geocaching Logbook Creator

Tải xuống các tệp mở rộng Geocaching Logbook Creator 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

                        Print easily your Geocaching logbook.
Add a link into Geocaching website to prefill logbook.

3 clicks to print a new logbook!

You can go directly to the geoking portal : http://www.geoking.fr                    

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

Tên Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
URL Chính Thức https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
Mô tả Print directly your logbook from the cache page
Kích Thước Tệp 47.7 KB
Số Lần Cài Đặt 529
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2017-08-03
Ngày Phát Hành 2017-08-03
Đánh Giá 1.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://geoking.fr
Loại Thanh Toán free
Trang Web Mở Rộng http://log.geoking.fr/
URL Trang Trợ Giúp http://log.geoking.fr/
Ngôn Ngữ Được Hỗ Trợ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geocaching Logbook Creator",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Print directly your logbook from the cache page",
    "homepage_url": "http:\/\/log.geoking.fr",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geocaching.com\/*",
                "http:\/\/www.geocaching.com\/*"
            ],
            "css": [
                "all.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.geocaching.com\/*",
                "http:\/\/www.geocaching.com\/*"
            ],
            "js": [
                "all.min.js"
            ]
        }
    ]
}