Spider Free - The simplest web scraper

Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.

Τι είναι το Spider Free - The simplest web scraper;

Το Spider Free - The simplest web scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://amie-chen.com, και η κύρια λειτουργία του είναι "Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spider Free - The simplest web scraper

Λήψη αρχείων επέκτασης Spider Free - The simplest web scraper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Spider is a smart point-and-click web scraping tool. With Spider, you can turn websites into organized data, download it as JSON or spreadsheet. There's no coding experience or configuration time involved, simply open the chrome extension and start clicking.                    

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

Όνομα Spider Free - The simplest web scraper Spider Free - The simplest web scraper
ID hhblpocflefpmmfibmajdfcjdkeafpen
Επίσημο URL https://chromewebstore.google.com/detail/spider-free-the-simplest/hhblpocflefpmmfibmajdfcjdkeafpen
Περιγραφή Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.
Μέγεθος Αρχείου 17.4 KB
Αριθμός Εγκαταστάσεων 8,749
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2022-07-26
Ημερομηνία Δημοσίευσης 2019-04-26
Αξιολόγηση 4.00/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής https://amie-chen.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://amie-chen.com
Διεύθυνση URL της Σελίδας Βοήθειας https://amie-chen.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spider Free - The simplest web scraper",
    "short_name": "Spider",
    "version": "2.0",
    "author": "Amie Chen",
    "description": "Spider let's you turn websites into organized data, download them as JSON\/CSV. No coding or configuration required.",
    "manifest_version": 3,
    "commands": {
        "toggle-spider": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q",
                "windows": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            },
            "description": "Toggle Spider"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content\/content.html",
                "content\/content.css",
                "content-min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/logo-32.png"
        }
    }
}