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是由rfsbraz开发的Chrome扩展程序,该扩展的主要功能是“Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.”。

扩展截图

screenshot

下载Geocaching.com Friends Logs扩展crx文件

下载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 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"
    }
}