Geocaching Logbook Creator
Print directly your logbook from the cache page
Cos'è Geocaching Logbook Creator?
Geocaching Logbook Creator è un'estensione di Chrome sviluppata da https://geoking.fr, e la sua funzione principale è "Print directly your logbook from the cache page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Geocaching Logbook Creator
Scarica i file di estensione Geocaching Logbook Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cbiohbnmefglohaemcbbecmoipkaomfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb |
| Descrizione | Print directly your logbook from the cache page |
| Dimensione del File | 47.7 KB |
| Conteggio Installazioni | 529 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2017-08-03 |
| Data di Pubblicazione | 2017-08-03 |
| Valutazione | 1.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://geoking.fr |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://log.geoking.fr/ |
| URL della Pagina di Aiuto | http://log.geoking.fr/ |
| Lingue Supportate | 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"
]
}
]
} | |