Geocaching Logbook Creator
Print directly your logbook from the cache page
ما هو Geocaching Logbook Creator؟
Geocaching Logbook Creator هو إضافة Chrome تم تطويرها بواسطة https://geoking.fr، والميزة الرئيسية لها هي "Print directly your logbook from the cache page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Geocaching Logbook Creator
قم بتنزيل ملفات الامتداد Geocaching Logbook Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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/ |
عنوان صفحة المساعدة | 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" ] } ] } |