West Coast Surf Cast

This extension scrappes a web page and gets the images

Τι είναι το West Coast Surf Cast;

Το West Coast Surf Cast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wesley Martinez, και η κύρια λειτουργία του είναι "This extension scrappes a web page and gets the images".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης West Coast Surf Cast

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

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

                        West Coast Surf Cast (WSCS) offers the user a cluster of information from different surfing sites in one simple interactive extension. The latest images from Rincon Surf Report are fetched from the source each time the user accesses the extension, while at the same time the surf report of the north-west coast of Puerto Rico is being fetched from the surfline page. 

Once fetched, the system advises the user the state of the images. Hence if a new Report has been updated the system displays a message indicating that new information was fetched, if no information the system will also advise if no new information was found. 

When loaded, the user can choose from waiting for the automatic iteration between the images or by traversing through them by pressing the arrows on any of the sides. 

The surf data is displayed on the second tab. The user can select between the four available regions, while the information is fetched, a loading screen with the Extension's logo will appear on screen, and the regions buttons will be disabled. 

When the system detects no-internet connection it proceeds to try and access the last images stored on local-storage (if any). 

All of the information on the Extension belongs to the respective owners. WCSC fetches what is available on each of the mentioned pages, storing only the path of the image as is it displayed on the page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα West Coast Surf Cast West Coast Surf Cast
ID lobkbkfgfpgbfcdeeafmcacnepipjmjb
Επίσημο URL https://chromewebstore.google.com/detail/west-coast-surf-cast/lobkbkfgfpgbfcdeeafmcacnepipjmjb
Περιγραφή This extension scrappes a web page and gets the images
Μέγεθος Αρχείου 296 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2018-01-13
Προγραμματιστής Wesley Martinez
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "West Coast Surf Cast",
    "description": "This extension scrappes a web page and gets the images",
    "version": "2.1",
    "browser_action": {
        "default_icon": "Menu-Logo2.png",
        "default_popup": "RSR_Extension.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/rinconsurfreport.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}