Geocaching Logbook Creator
Print directly your logbook from the cache page
Was ist Geocaching Logbook Creator?
Geocaching Logbook Creator ist eine Chrome-Erweiterung, die von https://geoking.fr entwickelt wurde, und ihr Hauptmerkmal ist "Print directly your logbook from the cache page".
Erweiterungsscreenshots
Geocaching Logbook Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Geocaching Logbook Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Geocaching Logbook Creator |
ID | cbiohbnmefglohaemcbbecmoipkaomfb |
Offizielle URL | https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb |
Beschreibung | Print directly your logbook from the cache page |
Dateigröße | 47.7 KB |
Installationsanzahl | 529 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2017-08-03 |
Veröffentlichungsdatum | 2017-08-03 |
Bewertung | 1.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://geoking.fr |
Zahlungsart | free |
Erweiterungswebsite | http://log.geoking.fr/ |
Hilfeseite URL | http://log.geoking.fr/ |
Unterstützte Sprachen | 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" ] } ] } |