Web Scraper, Easy, Visual Web Data Extractor

Web Scraper, Easy, Visual Web Data Extractor

Web Scraper, Easy, Visual Web Data Extractorとは何ですか?

Web Scraper, Easy, Visual Web Data ExtractorはWeb Scraperによって開発されたChromeの拡張機能で、その主な機能は「Web Scraper, Easy, Visual Web Data Extractor」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Web Scraper, Easy, Visual Web Data Extractor拡張機能のCRXファイルをダウンロード

Web Scraper, Easy, Visual Web Data Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Web Scraper, Easy, Visual Web Data Extractor Web Scraper, Easy, Visual Web Data Extractor
ID gakfcdkhpeipmjojaleebpnhmeemiajl
公式URL https://chromewebstore.google.com/detail/web-scraper-easy-visual-w/gakfcdkhpeipmjojaleebpnhmeemiajl
説明 Web Scraper, Easy, Visual Web Data Extractor
ファイルサイズ 59.14 KB
インストール数 321
現在のバージョン 1.11
最終更新日 2022-10-12
公開日 2022-10-11
評価 1.00/5 合計 1 レビュー
開発者 Web Scraper
Eメール [email protected]
支払い方法 in_app
対応言語 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"
    }
}