Geocaching Logbook Creator
Print directly your logbook from the cache page
Vad är Geocaching Logbook Creator?
Geocaching Logbook Creator är en Chrome-tillägg utvecklad av https://geoking.fr, och dess huvudfunktion är "Print directly your logbook from the cache page".
Tilläggsskärmbilder
Ladda ner Geocaching Logbook Creator-förlängningens CRX-fil
Ladda ner Geocaching Logbook Creator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cbiohbnmefglohaemcbbecmoipkaomfb |
| Officiell webbadress | https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb |
| Beskrivning | Print directly your logbook from the cache page |
| Filstorlek | 47.7 KB |
| Antal Installationer | 529 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2017-08-03 |
| Publiceringsdatum | 2017-08-03 |
| Betyg | 1.00/5 Totalt 4 Betyg |
| Utvecklare | https://geoking.fr |
| Betalningssätt | free |
| Tilläggswebbplats | http://log.geoking.fr/ |
| Hjälpsida URL | http://log.geoking.fr/ |
| Stödda Språk | 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"
]
}
]
} | |