Data Scraper

extracts content from web pages, with the ability to navigate through multiple pages using pagination.

Data Scraper là gì?

Data Scraper là một tiện ích mở rộng Chrome được phát triển bởi Mahmood A.Shakir, và tính năng chính của nó là "extracts content from web pages, with the ability to navigate through multiple pages using pagination.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Data Scraper

Tải xuống các tệp mở rộng Data Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Data Scraper is a powerful browser extension that enables you to easily extract content from web pages. With this extension, you can quickly and effortlessly scrape information from various websites without having to write any code. Whether you need to collect data for research, analysis, or any other purpose, Data Scraper can simplify the process and save you time.

One of the key features of Data Scraper is its ability to navigate through multiple pages using pagination. This means that if you're trying to scrape data from a website that spans multiple pages, you can simply set up the extension to navigate through each page and collect the desired data. This feature is incredibly helpful if you're working with large data sets and need to automate the data collection process.

Data Scraper also allows you to configure the specific data you want to extract from a web page. You can select which elements you want to scrape, such as text, links, images.

The extension's user-friendly interface makes it easy to set up and run data scraping tasks. You can save and export your data in CSV format. With Data Scraper, you can streamline your web scraping process and focus on the insights and analysis that matter.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Data Scraper Data Scraper
ID ejbfpgabphbodcfcbjmloindnaojloeb
URL Chính Thức https://chromewebstore.google.com/detail/data-scraper/ejbfpgabphbodcfcbjmloindnaojloeb
Mô tả extracts content from web pages, with the ability to navigate through multiple pages using pagination.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-02-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mahmood A.Shakir
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Scraper",
    "description": "extracts content from web pages, with the ability to navigate through multiple pages using pagination.",
    "version": "0.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-603a0c80.85ec6e90.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-8c485117.js",
                "assets\/chunk-a2add42c.js",
                "assets\/chunk-603a0c80.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}