Geocaching Logbook Creator

Print directly your logbook from the cache page

Geocaching Logbook Creatorคืออะไร?

Geocaching Logbook Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://geoking.fr และคุณลักษณะหลักของมันคือ "Print directly your logbook from the cache page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geocaching Logbook Creator

ดาวน์โหลดไฟล์ส่วนขยาย Geocaching Logbook Creator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Geocaching Logbook Creator Geocaching Logbook Creator
ID cbiohbnmefglohaemcbbecmoipkaomfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb
คำอธิบาย Print directly your logbook from the cache page
ขนาดไฟล์ 47.7 KB
จำนวนการติดตั้ง 529
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2017-08-03
วันที่เผยแพร่ 2017-08-03
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://geoking.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://log.geoking.fr/
URL หน้าช่วยเหลือ http://log.geoking.fr/
ภาษาที่รองรับ 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"
            ]
        }
    ]
}