Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Was ist Web Scrape?
Web Scrape ist eine Chrome-Erweiterung, die von https://webscrape.me entwickelt wurde, und ihr Hauptmerkmal ist "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".
Erweiterungsscreenshots
Web Scrape-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Scrape-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
Scrape the web with a single click! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | impbblcbbkkccnijopkamgjodfjgnpje |
| Offizielle URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
| Beschreibung | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
| Dateigröße | 285 KB |
| Installationsanzahl | 154 |
| Aktuelle Version | 0.0.0.4 |
| Letztes Update | 2023-03-09 |
| Veröffentlichungsdatum | 2023-02-17 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://webscrape.me |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://webscrape.me/support |
| URL der Datenschutzrichtlinien-Seite | https://webscrape.me/privacy |
| Unterstützte Sprachen | 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": []
} | |