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.
Hvad er Geocaching.com Friends Logs?
Geocaching.com Friends Logs er en Chrome-udvidelse udviklet af rfsbraz, og dens hovedfunktion er "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".
Udvidelsesskærmbilleder
Download Geocaching.com Friends Logs-udvidelses-CRX-fil
Download Geocaching.com Friends Logs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!
Grundlæggende oplysninger om udvidelsen
Navn | Geocaching.com Friends Logs |
ID | bgildcbomgimjfoblhlhmaehaeieeaam |
Officiel URL | https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam |
Beskrivelse | Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache. |
Filstørrelse | 59.76 KB |
Antal Installationer | 234 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2015-12-29 |
Udgivelsesdato | 2015-12-29 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | rfsbraz |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
Hjælpeside-URL | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
Understøttede Sprog | 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" } } |