Geocaching.com Friends!

See logs of friends!

ما هو Geocaching.com Friends!؟

Geocaching.com Friends! هو إضافة Chrome تم تطويرها بواسطة KoalaBear، والميزة الرئيسية لها هي "See logs of friends!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Geocaching.com Friends!

قم بتنزيل ملفات الامتداد Geocaching.com Friends! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will show logs of your friends when on a cache page.

The Groundspeak Geocaching Logo is a registered trademark of Groundspeak, Inc (http://www.groundspeak.com). Used with permission.

I do not have any relation with Geocaching.com and do not work at Geocaching.com!

0.8.2 | 2023-03-19
- Changed according to policy to include all code in extension

0.8.1 | 2022-07-30
- Upgrade to Extensions Manifest V3 fix

0.8.0 | 2022-07-30
- Upgrade to Extensions Manifest V3

0.7.6 | 2020-09-07
- Added move icon

0.7.5 | 2020-03-21
- Fixed loading mechanism

0.7.2 | 2019-03-08
- Bumped version number to let others see it is still working

0.7.1 | 2018-07-31
- Fix clicking on friend log to open it (Thanks Melissa Cullen)

0.7.0 | 2018-07-20
- Fix extension because of change of Geocaching website

0.6.1 | 2018-04-10
- Remove all extra paddings and margins
- Close dialog by clicking on overlay
- Compatibility with Geocaching.com Google Drive™ Notes extension

0.6.0 | 2018-04-10
- Fixed z-index again.. :)

0.5.8 | 2014-08-21
- Fixed z-index again, yes again, in combination with Geocaching.com Drive Notes :)

0.5.7 | 2014-08-08
- Added scrolling when having very large logs (or small window)
- Fixed z-index again in combination with Geocaching.com Drive Notes

0.5.6 | 2014-06-16
- Fixed when friend has no avatar

0.5.5 | 2014-05-03
- Retrieve notes other way for better overal performance
- Do not load all logs (including avatar images)

0.5.1.1 | 2014-04-30
- z-index fix to work good with Geocaching.com Google Drive™ Notes (again) :)

0.5.1.0 | 2014-04-22
- z-index fix to work good with Geocaching.com Google Drive™ Notes

0.5.0.9 | 2014-04-21
- Cache friends for 24 hours

0.5.0.8 | 2014-04-21
- Fix always showing "No friends found this cache message"

0.5.0.7 | 2014-04-20
- Message when no friends found the cache

0.5.0.6 | 2014-04-19
- Filter logs from friended cache owner

0.5.0.5 | 2014-04-18
- Add progressbar
- Nicer appearance

0.5.0.3 | 2014-04-18
- Show log type

0.5.0 | 2014-04-18
- Initial release                    

معلومات أساسية عن التمديد

الاسم Geocaching.com Friends! Geocaching.com Friends!
ID cjdjgegjefbcbimbnneiafebjebdhdpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/geocachingcom-friends/cjdjgegjefbcbimbnneiafebjebdhdpb
الوصف See logs of friends!
حجم الملف 23.55 KB
عدد التثبيتات 956
النسخة الحالية 0.8.2
آخر تحديث 2023-03-21
تاريخ النشر 2020-03-21
تقييم 4.40/5 مجموع تقييمات 10
المطور KoalaBear
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://koalabear.nl/geocachingdrivenotes/privacypolicy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Geocaching.com Friends!",
    "description": "See logs of friends!",
    "version": "0.8.2",
    "icons": {
        "48": "Geocache48.png",
        "128": "Geocache128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.geocaching.com\/*",
                "https:\/\/*.geocaching.com\/*",
                "http:\/\/geocaching.com\/*",
                "https:\/\/geocaching.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "friends.js",
                "featherlight.min.js",
                "featherlight.min.css"
            ],
            "matches": [
                "http:\/\/*.geocaching.com\/*",
                "https:\/\/*.geocaching.com\/*",
                "http:\/\/geocaching.com\/*",
                "https:\/\/geocaching.com\/*"
            ]
        }
    ]
}