ScrapeMate - Web Scraper
This extension will scrap data from the websites
ScrapeMate - Web Scraperคืออะไร?
ScrapeMate - Web Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GetProjects และคุณลักษณะหลักของมันคือ "This extension will scrap data from the websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScrapeMate - Web Scraper
ดาวน์โหลดไฟล์ส่วนขยาย ScrapeMate - Web Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ScrapeMate - Web Scraper |
ID | agojekkjpkcoimkhfggjgmbhncpdjicj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scrapemate-web-scraper/agojekkjpkcoimkhfggjgmbhncpdjicj |
คำอธิบาย | This extension will scrap data from the websites |
ขนาดไฟล์ | 351 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-28 |
วันที่เผยแพร่ | 2023-11-28 |
ผู้พัฒนา | GetProjects |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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": [ " |