ScrapeMate - Web Scraper
This extension will scrap data from the websites
Hvad er ScrapeMate - Web Scraper?
ScrapeMate - Web Scraper er en Chrome-udvidelse udviklet af GetProjects, og dens hovedfunktion er "This extension will scrap data from the websites".
Udvidelsesskærmbilleder
Download ScrapeMate - Web Scraper-udvidelses-CRX-fil
Download ScrapeMate - Web Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Boost your web data extraction efficiency with ScrapeMate. Extract, analyze, and save data from any webpage effortlessly. Ideal for researchers, analysts, and data enthusiasts. 🌐 Web Scraping Made Easy: Scrape data from websites with a single click. 📊 Data Analysis: Quickly analyze and visualize the data you collect. 📁 Data Export: Export data in multiple formats for your convenience. 🔒 Secure and Reliable: Trust in a robust, user-friendly scraping tool. Get started today and supercharge your web data gathering with ScrapeMate!
Grundlæggende oplysninger om udvidelsen
Navn | ScrapeMate - Web Scraper |
ID | agojekkjpkcoimkhfggjgmbhncpdjicj |
Officiel URL | https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj |
Beskrivelse | This extension will scrap data from the websites |
Filstørrelse | 351 KB |
Antal Installationer | 30 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-11-28 |
Udgivelsesdato | 2023-11-28 |
Udvikler | GetProjects |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "manifest_version": 3, "author": "Kartikey Tiwari @[email protected]", "name": "ScrapeMate - Web Scraper", "version": "1.0.0", "description": "This extension will scrap data from the websites", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon.png", "32": "\/icons\/icon.png", "48": "\/icons\/icon.png", "128": "\/icons\/icon.png" } }, "content_scripts": [ { "matches": [ " |