Geocaching Logbook Creator
Print directly your logbook from the cache page
Co to jest Geocaching Logbook Creator?
Geocaching Logbook Creator to rozszerzenie Chrome opracowane przez https://geoking.fr, a jego główną funkcją jest „Print directly your logbook from the cache page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Geocaching Logbook Creator
Pobierz pliki rozszerzeń Geocaching Logbook Creator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Geocaching Logbook Creator |
ID | cbiohbnmefglohaemcbbecmoipkaomfb |
Oficjalny URL | https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb |
Opis | Print directly your logbook from the cache page |
Rozmiar pliku | 47.7 KB |
Liczba instalacji | 529 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2017-08-03 |
Data Publikacji | 2017-08-03 |
Ocena | 1.00/5 Łącznie 4 Oceny |
Deweloper | https://geoking.fr |
Typ Płatności | free |
Strona Rozszerzenia | http://log.geoking.fr/ |
Adres URL Strony Pomocy | http://log.geoking.fr/ |
Obsługiwane Języki | 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" ] } ] } |