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 là gì?

Geocaching.com Friends Logs là một tiện ích mở rộng Chrome được phát triển bởi rfsbraz, và tính năng chính của nó là "Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Geocaching.com Friends Logs

Tải xuống các tệp mở rộng Geocaching.com Friends Logs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Loads your friends logs at the top of every cache listing, so you know which friends have visited and what was their experience!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Geocaching.com Friends Logs Geocaching.com Friends Logs
ID bgildcbomgimjfoblhlhmaehaeieeaam
URL Chính Thức https://chromewebstore.google.com/detail/geocachingcom-friends-log/bgildcbomgimjfoblhlhmaehaeieeaam
Mô tả Shows your friends logs at the top of the window, so you don't need to View logbook>friends logs on every cache.
Kích Thước Tệp 59.76 KB
Số Lần Cài Đặt 234
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-12-29
Ngày Phát Hành 2015-12-29
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển rfsbraz
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rfsbraz/Geocaching.com-Friends-Logs
URL Trang Trợ Giúp https://github.com/rfsbraz/Geocaching.com-Friends-Logs
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}