ScrapeMate - Web Scraper

This extension will scrap data from the websites

什么是ScrapeMate - Web Scraper?

ScrapeMate - Web Scraper是由GetProjects开发的Chrome扩展程序,该扩展的主要功能是“This extension will scrap data from the websites”。

扩展截图

screenshot

下载ScrapeMate - Web Scraper扩展crx文件

下载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 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": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}