Web Scrape

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

Cos'è Web Scrape?

Web Scrape è un'estensione di Chrome sviluppata da https://webscrape.me, e la sua funzione principale è "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Scrape

Scarica i file di estensione Web Scrape in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Scrape the web with a single click!                    

Informazioni di Base sull'Estensione

Nome Web Scrape Web Scrape
ID impbblcbbkkccnijopkamgjodfjgnpje
URL Ufficiale https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje
Descrizione Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Dimensione del File 285 KB
Conteggio Installazioni 154
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2023-03-09
Data di Pubblicazione 2023-02-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://webscrape.me
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://webscrape.me/support
URL della Pagina della Politica sulla Privacy https://webscrape.me/privacy
Lingue Supportate 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": []
}