Jawa - Visual Scraper
Visual scraper interface, exports to puppeteer script which you can run anywhere.
Co je Jawa - Visual Scraper?
Jawa - Visual Scraper je rozšíření Chrome vyvinuté https://jawa.sh, a jeho hlavní funkcí je „Visual scraper interface, exports to puppeteer script which you can run anywhere.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jawa - Visual Scraper
Stáhněte si soubory rozšíření Jawa - Visual Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Jawa - Visual Scraper |
ID | icjgianfpiifbdpddkadmpcegiffiglk |
Oficiální URL | https://chromewebstore.google.com/detail/jawa-visual-scraper/icjgianfpiifbdpddkadmpcegiffiglk |
Popis | Visual scraper interface, exports to puppeteer script which you can run anywhere. |
Velikost souboru | 28.93 KB |
Počet instalací | 155 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-10-15 |
Datum Vydání | 2022-10-17 |
Vývojář | https://jawa.sh |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://jawa.sh |
URL Stránky Nápovědy | https://github.com/capjavert/vscraper/issues |
Podporované Jazyky | 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": [ " |