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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}