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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" } } |