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.
Qu'est-ce que Geocaching.com Friends Logs ?
Geocaching.com Friends Logs est une extension Chrome développée par rfsbraz, et sa fonction principale est "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Geocaching.com Friends Logs
Téléchargez les fichiers d'extension Geocaching.com Friends Logs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!
Informations de Base sur l'Extension
Nom | Geocaching.com Friends Logs |
ID | bgildcbomgimjfoblhlhmaehaeieeaam |
URL Officiel | 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. |
Taille du Fichier | 59.76 KB |
Nombre d'Installations | 234 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-12-29 |
Date de Publication | 2015-12-29 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | rfsbraz |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
URL de la Page d'Aide | https://github.com/rfsbraz/Geocaching.com-Friends-Logs |
Langues Prises en Charge | 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" } } |