Web Scrape

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

Vad är Web Scrape?

Web Scrape är en Chrome-tillägg utvecklad av https://webscrape.me, och dess huvudfunktion är "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".

Tilläggsskärmbilder

screenshot

Ladda ner Web Scrape-förlängningens CRX-fil

Ladda ner Web Scrape-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Scrape the web with a single click!                    

Grundläggande Information om Tillägg

Namn Web Scrape Web Scrape
ID impbblcbbkkccnijopkamgjodfjgnpje
Officiell webbadress https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje
Beskrivning Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Filstorlek 285 KB
Antal Installationer 154
Aktuell Version 0.0.0.4
Senast Uppdaterad 2023-03-09
Publiceringsdatum 2023-02-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://webscrape.me
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://webscrape.me/support
URL till Sekretesspolicy Sidan https://webscrape.me/privacy
Stödda Språk 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": []
}