Rapid Scrapper

Automate and extract contents from any website easily

Rapid Scrapper란 무엇입니까?

Rapid Scrapper은(는) https://primexsoftware.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate and extract contents from any website easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rapid Scrapper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Powerful Extension to extract useful contents from any website easily.
Rapid Scrapper is a extraction extension for Chrome. It is designed to be the most simple and most powerful web scraper you've ever used. No code is required. This extension can fetch all and unique email IDs and other contents from the web page and it will automatically download the result in your system.

Not only email id , it have other powerful features :
1: You can extract anything you want. You can specify any tag like p,h1,h6,span,div etc and it will extract values from all the specified tag available in the web page.
For this select command 'Save Tag Values' and in input box mention tag name you want to extract.

2: You can extract all the links available in the web page. 
For this select command 'Save Links' and it will extract and download all the links from the webpage. Leave input box empty if you want all the links and if you want specific link, Let's say you want all the links which contains word 'about' in its URL then in the input box write that word which you want to search.

3: Extract and save all the HTML which contains specific word. 
For this select command 'Save Text Values' and in input box write the word which you want to search in the web page and it will extract and download all the tags from the webpage which contains specified word.

4: Add command 'Wait' and in input box specify time in ms ,example - '500ms'. So it will wait for 500ms before executing next command.                    

확장 프로그램 기본 정보

이름 Rapid Scrapper Rapid Scrapper
ID bbmciiacdicifjefhmeaccbidfdhkdkc
공식 URL https://chromewebstore.google.com/detail/rapid-scrapper/bbmciiacdicifjefhmeaccbidfdhkdkc
설명 Automate and extract contents from any website easily
파일 크기 112 KB
설치 횟수 201
현재 버전 1.0
최근 업데이트 2022-11-26
출시 날짜 2022-11-26
평점 5.00/5 총 1 개의 평점
개발자 https://primexsoftware.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.primexsoftware.in
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rapid Scrapper",
    "short_name": "Rapid Scrapper",
    "version": "1.0",
    "author": "Primex Software",
    "description": "Automate and extract contents from any website easily",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*",
                ""
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": ".\/assets\/Rapid-scrapper.png",
        "32": ".\/assets\/Rapid-scrapper.png",
        "48": ".\/assets\/Rapid-scrapper.png",
        "128": ".\/assets\/Rapid-scrapper.png"
    }
}