Geocaching Logbook Creator

Print directly your logbook from the cache page

Geocaching Logbook Creatorとは何ですか?

Geocaching Logbook Creatorはhttps://geoking.frによって開発されたChromeの拡張機能で、その主な機能は「Print directly your logbook from the cache page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Geocaching Logbook Creator拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}