Surfline Quickfind

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

Τι είναι το Surfline Quickfind;

Το Surfline Quickfind είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον owen masback, και η κύρια λειτουργία του είναι "Adds typeahead search to the Surfline.com search box so you can quickly find spot reports".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Surfline Quickfind

Λήψη αρχείων επέκτασης Surfline Quickfind σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}