Web Scrape

Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!

Τι είναι το Web Scrape;

Το Web Scrape είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webscrape.me, και η κύρια λειτουργία του είναι "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".

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

screenshot

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

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

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

                        Scrape the web with a single click!                    

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

Όνομα Web Scrape Web Scrape
ID impbblcbbkkccnijopkamgjodfjgnpje
Επίσημο URL https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje
Περιγραφή Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Μέγεθος Αρχείου 285 KB
Αριθμός Εγκαταστάσεων 154
Τρέχουσα Έκδοση 0.0.0.4
Τελευταία Ενημέρωση 2023-03-09
Ημερομηνία Δημοσίευσης 2023-02-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://webscrape.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://webscrape.me/support
URL της Σελίδας Πολιτικής Απορρήτου https://webscrape.me/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Scrape",
    "version": "0.0.0.4",
    "description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!",
    "icons": {
        "16": "assets\/scraper_16.png",
        "48": "assets\/scraper_48.png",
        "128": "assets\/scraper_128.png"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading.gif"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": []
}