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.

Was ist Spider Free - The simplest web scraper?

Spider Free - The simplest web scraper ist eine Chrome-Erweiterung, die von https://amie-chen.com entwickelt wurde, und ihr Hauptmerkmal ist "Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Spider Free - The simplest web scraper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spider Free - The simplest web scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spider Free - The simplest web scraper Spider Free - The simplest web scraper
ID hhblpocflefpmmfibmajdfcjdkeafpen
Offizielle URL https://chromewebstore.google.com/detail/spider-free-the-simplest/hhblpocflefpmmfibmajdfcjdkeafpen
Beschreibung Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.
Dateigröße 17.4 KB
Installationsanzahl 8,749
Aktuelle Version 2.0
Letztes Update 2022-07-26
Veröffentlichungsdatum 2019-04-26
Bewertung 4.00/5 Insgesamt 26 Bewertungen
Entwickler https://amie-chen.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://amie-chen.com
Hilfeseite URL https://amie-chen.com
Unterstützte Sprachen 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"
        }
    }
}