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.
What is Geocaching.com Friends Logs?
Geocaching.com Friends Logs is a Chrome extension developed by rfsbraz, and its main feature is "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".
Extension Screenshots
Download Geocaching.com Friends Logs Extension CRX File
Download Geocaching.com Friends Logs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!
Extension Basic Information
Name | Geocaching.com Friends Logs |
ID | bgildcbomgimjfoblhlhmaehaeieeaam |
Official URL | https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam |
Description | Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache. |
File Size | 59.76 KB |
Installation Count | 234 |
Current Version | 1.0.1 |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Rating | 3.50/5 Total 2 Ratings |
Developer | rfsbraz |
Payment Type | free |
Extension Website | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
Help Page URL | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
Supported Languages | 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" } } |