Web Scraper, Easy, Visual Web Data Extractor

Web Scraper, Easy, Visual Web Data Extractor

Co je Web Scraper, Easy, Visual Web Data Extractor?

Web Scraper, Easy, Visual Web Data Extractor je rozšíření Chrome vyvinuté Web Scraper, a jeho hlavní funkcí je „Web Scraper, Easy, Visual Web Data Extractor“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Scraper, Easy, Visual Web Data Extractor

Stáhněte si soubory rozšíření Web Scraper, Easy, Visual Web Data Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Web Scraper, Easy, Visual Web Data Extractor Web Scraper, Easy, Visual Web Data Extractor
ID gakfcdkhpeipmjojaleebpnhmeemiajl
Oficiální URL https://chromewebstore.google.com/detail/web-scraper-easy-visual-w/gakfcdkhpeipmjojaleebpnhmeemiajl
Popis Web Scraper, Easy, Visual Web Data Extractor
Velikost souboru 59.14 KB
Počet instalací 321
Aktuální Verze 1.11
Poslední Aktualizace 2022-10-12
Datum Vydání 2022-10-11
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Web Scraper
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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"
    }
}