Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Co to jest Web Scrape?
Web Scrape to rozszerzenie Chrome opracowane przez https://webscrape.me, a jego główną funkcją jest „Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Scrape
Pobierz pliki rozszerzeń Web Scrape w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Scrape the web with a single click!
Podstawowe informacje o rozszerzeniu
Nazwa | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
Oficjalny URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
Opis | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
Rozmiar pliku | 285 KB |
Liczba instalacji | 154 |
Aktualna Wersja | 0.0.0.4 |
Ostatnia Aktualizacja | 2023-03-09 |
Data Publikacji | 2023-02-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://webscrape.me |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://webscrape.me/support |
Adres URL Strony Polityki Prywatności | https://webscrape.me/privacy |
Obsługiwane Języki | 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": [] } |