Web Scraper, Easy, Visual Web Data Extractor

Web Scraper, Easy, Visual Web Data Extractor

What is Web Scraper, Easy, Visual Web Data Extractor?

Web Scraper, Easy, Visual Web Data Extractor is a Chrome extension developed by Web Scraper, and its main feature is "Web Scraper, Easy, Visual Web Data Extractor".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Web Scraper, Easy, Visual Web Data Extractor Extension CRX File

Download Web Scraper, Easy, Visual Web Data Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With Web Scraper for Chrome Browser, you can get data from the current webpage easily by clicking on the data fields when you hover your mouse over the data fields on any webpage. When Web Scraper finds a repeating data pattern, an orange shadow will appear on the repeating data fields with similar patterns. After you left-click mouse button, the data preview pane will be filled with the selected data.

To add more data columns, simply click on more repeating data fields. If you click on an unwanted data field, you can simply click the "Delete Icon" on the data preview pane.

After extracting the data from the web page, you can export it as a CSV file. You can open this CSV data file with Microsoft Excel on Windows or Numbers on Mac.

I hope you enjoy my extension. Please leave your feedback if you have any ideas for improvement on it, and thank you very much for your support.

Finally, you can watch this 1-minute video to better see its capabilities:

https://youtu.be/U0halSVCBAc                    

Extension Basic Information

Name Web Scraper, Easy, Visual Web Data Extractor Web Scraper, Easy, Visual Web Data Extractor
ID gakfcdkhpeipmjojaleebpnhmeemiajl
Official URL https://chromewebstore.google.com/detail/web-scraper-easy-visual-w/gakfcdkhpeipmjojaleebpnhmeemiajl
Description Web Scraper, Easy, Visual Web Data Extractor
File Size 59.14 KB
Installation Count 321
Current Version 1.11
Last Updated 2022-10-12
Publish Date 2022-10-11
Rating 1.00/5 Total 1 Ratings
Developer Web Scraper
Email [email protected]
Payment Type in_app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Scraper, Easy, Visual Web Data Extractor",
    "description": "Web Scraper, Easy, Visual Web Data Extractor",
    "version": "1.11",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "css": [
                "popup.css"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/webScraper16.png",
            "32": "\/images\/webScraper32.png",
            "48": "\/images\/webScraper48.png",
            "128": "\/images\/webScraper128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/save_icon.png",
                "\/images\/move_icon.png",
                "\/images\/delete_icon.png",
                "\/images\/close_icon.png",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/webScraper16.png",
        "32": "\/images\/webScraper32.png",
        "48": "\/images\/webScraper48.png",
        "128": "\/images\/webScraper128.png"
    }
}