Surfline Quickfind

Adds typeahead search to the Surfline.com search box so you can quickly find spot reports

Surfline Quickfind là gì?

Surfline Quickfind là một tiện ích mở rộng Chrome được phát triển bởi owen masback, và tính năng chính của nó là "Adds typeahead search to the Surfline.com search box so you can quickly find spot reports".

Ả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 Surfline Quickfind

Tải xuống các tệp mở rộng Surfline Quickfind 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

                        Start typing in the search box and matching spots will appear. Click with your mouse or scroll through the list using up and down arrows and hit enter on the spot to link to its spot report. An easy way to quickly bounce around between local cams, especially cams that are outside of your immediate region. It also makes it fun to explore famous spots around the world!

The search box can be found on the top right of the page.

This extension does not collect any personal information, plant any cookies, or track you in any way.                    

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

Tên Surfline Quickfind Surfline Quickfind
ID odpbllgnelghhpnjiaihdabbhcihbfpl
URL Chính Thức https://chromewebstore.google.com/detail/surfline-quickfind/odpbllgnelghhpnjiaihdabbhcihbfpl
Mô tả Adds typeahead search to the Surfline.com search box so you can quickly find spot reports
Kích Thước Tệp 26.82 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2014-09-23
Ngày Phát Hành 2014-09-23
Đánh Giá 4.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển owen masback
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surfline Quickfind",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Adds typeahead search to the Surfline.com search box so you can quickly find spot reports",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.surfline.com\/*",
                "https:\/\/www.surfline.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lodash.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}