Surfline Quickfind

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

Surfline Quickfind란 무엇입니까?

Surfline Quickfind은(는) owen masback에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds typeahead search to the Surfline.com search box so you can quickly find spot reports"입니다.

확장 프로그램 스크린샷

screenshot

Surfline Quickfind 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Surfline Quickfind Surfline Quickfind
ID odpbllgnelghhpnjiaihdabbhcihbfpl
공식 URL https://chromewebstore.google.com/detail/surfline-quickfind/odpbllgnelghhpnjiaihdabbhcihbfpl
설명 Adds typeahead search to the Surfline.com search box so you can quickly find spot reports
파일 크기 26.82 KB
설치 횟수 134
현재 버전 0.0.5
최근 업데이트 2014-09-23
출시 날짜 2014-09-23
평점 4.94/5 총 17 개의 평점
개발자 owen masback
결제 유형 free
지원되는 언어 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'"
}