Geocaching.com Friends Logs
Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
ما هو Geocaching.com Friends Logs؟
Geocaching.com Friends Logs هو إضافة Chrome تم تطويرها بواسطة rfsbraz، والميزة الرئيسية لها هي "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Geocaching.com Friends Logs
قم بتنزيل ملفات الامتداد Geocaching.com Friends Logs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!
معلومات أساسية عن التمديد
الاسم | Geocaching.com Friends Logs |
ID | bgildcbomgimjfoblhlhmaehaeieeaam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam |
الوصف | Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache. |
حجم الملف | 59.76 KB |
عدد التثبيتات | 234 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-12-29 |
تاريخ النشر | 2015-12-29 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | rfsbraz |
نوع الدفع | free |
موقع الإضافة | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
عنوان صفحة المساعدة | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Geocaching.com Friends Logs", "description": "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.geocaching.com\/seek\/cache_details.aspx?wp=GC*", "https:\/\/*.geocaching.com\/seek\/cache_details.aspx?wp=GC*" ], "css": [ "square.css", "style.css" ], "js": [ "jquery-1.11.1.min.js", "icheck.min.js", "init.js", "content_script.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "\/inject.js" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" } } |