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
官方網址 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"
    }
}