Jawa - Visual Scraper
Visual scraper interface, exports to puppeteer script which you can run anywhere.
Co to jest Jawa - Visual Scraper?
Jawa - Visual Scraper to rozszerzenie Chrome opracowane przez https://jawa.sh, a jego główną funkcją jest „Visual scraper interface, exports to puppeteer script which you can run anywhere.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jawa - Visual Scraper
Pobierz pliki rozszerzeń Jawa - Visual Scraper 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
This is companion extension for Jawa - Visual Scraper. You can find it at https://jawa.sh Jawa allows you to visually click elements of any website and then export selectors as a config that you can run in any node environment to scrape the content when needed. Extension is required to be able to scrape and select content from other sites during scraping process.
Podstawowe informacje o rozszerzeniu
Nazwa | Jawa - Visual Scraper |
ID | icjgianfpiifbdpddkadmpcegiffiglk |
Oficjalny URL | https://chromewebstore.google.com/detail/jawa-visual-scraper/icjgianfpiifbdpddkadmpcegiffiglk |
Opis | Visual scraper interface, exports to puppeteer script which you can run anywhere. |
Rozmiar pliku | 28.93 KB |
Liczba instalacji | 155 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-10-15 |
Data Publikacji | 2022-10-17 |
Deweloper | https://jawa.sh |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://jawa.sh |
Adres URL Strony Pomocy | https://github.com/capjavert/vscraper/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Visual scraper interface, exports to puppeteer script which you can run anywhere.", "externally_connectable": { "matches": [ "https:\/\/*.kickass.codes\/*", "https:\/\/*.kickass.website\/*", "https:\/\/kickass.ngrok.io\/*", "https:\/\/jawa.sh\/*" ] }, "manifest_version": 3, "name": "Jawa - Visual Scraper", "web_accessible_resources": [ { "resources": [ "finder.medv.js" ], "matches": [ " |