Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Wat is Web Scrape?
Web Scrape is een Chrome-extensie ontwikkeld door https://webscrape.me, en de belangrijkste functie is "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Scrape
Download Web Scrape-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Scrape the web with a single click!
Basisinformatie over de Extensie
Naam | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
Officiële URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
Beschrijving | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
Bestandsgrootte | 285 KB |
Aantal Installaties | 154 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2023-03-09 |
Publicatiedatum | 2023-02-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://webscrape.me |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://webscrape.me/support |
URL van de Privacybeleid Pagina | https://webscrape.me/privacy |
Ondersteunde Talen | 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": [] } |