ScrapeMate - Web Scraper
This extension will scrap data from the websites
Apa itu ScrapeMate - Web Scraper?
ScrapeMate - Web Scraper adalah ekstensi Chrome yang dikembangkan oleh GetProjects, dan fitur utamanya adalah "This extension will scrap data from the websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ScrapeMate - Web Scraper
Unduh file ekstensi ScrapeMate - Web Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | ScrapeMate - Web Scraper |
ID | agojekkjpkcoimkhfggjgmbhncpdjicj |
URL Resmi | https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj |
Deskripsi | This extension will scrap data from the websites |
Ukuran File | 351 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-11-28 |
Tanggal Publikasi | 2023-11-28 |
Pengembang | GetProjects |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |