RuiJi Scraper Crawler

Quickly export data from web pages, save the results to excel, txt, CSV and other files, suitable for finance, network news, etc.

RuiJi Scraper Crawler란 무엇입니까?

RuiJi Scraper Crawler은(는) http://scraper.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly export data from web pages, save the results to excel, txt, CSV and other files, suitable for finance, network news, etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

RuiJi Scraper Crawler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Register for 1 year VIP member.

RuiJi Scraper is a browser plug-in based on RuiJi expressions. Users can use a visual expression generator to generate target page extraction rules. RuiJi expressions can extract data accurately.
Public rules
Public rule is a rule that can be used by all people, provided by official or other users in a shared way.
Web page visual recognition
This is an experimental feature of visual recognition pages, through which you can directly extract data from well-structured pages without defining rules.
Regular collection
You can store the rules of interest here without copying a copy to the private rule base.
Private rules
This is a copy of the rule you made yourself or copied from the public library, and of course you can edit the copied copy. If you like, you can share your rules with others.
Rule editing
We provide many features on page extraction visualization, and by using these features, you can easily and quickly create page extraction rules. These functions include extracting elements, locating, viewing, and extracting results instantly.
Data processing function
Through functions, you can transform the extracted results into the data format of your target.
Multi page extraction
Through multi page extraction, you can reduce a lot of repetitive work.
Workbook
Here you can view your previous extraction results and export, download, and so on.                    

확장 프로그램 기본 정보

이름 RuiJi Scraper Crawler RuiJi Scraper Crawler
ID klhahkhllngppofpkjdlbmnglnmnbbol
공식 URL https://chrome.google.com/webstore/detail/ruiji-scraper-crawler/klhahkhllngppofpkjdlbmnglnmnbbol
설명 Quickly export data from web pages, save the results to excel, txt, CSV and other files, suitable for finance, network news, etc.
파일 크기 7.22 MB
설치 횟수 448
현재 버전 3.0.3
최근 업데이트 2020-08-31
출시 날짜 2020-08-15
평점 1.00/5 총 3 개의 평점
개발자 http://scraper.top
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "20": "\/img\/icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/css\/content-page.css",
                "\/css\/content-chain.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.scraper.top",
    "icons": {
        "128": "\/img\/icon128.png",
        "16": "\/img\/icon.png",
        "48": "\/img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0.0",
    "name": "__MSG_name__",
    "options_ui": {
        "page": "settings.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "3.0.3",
    "web_accessible_resources": [
        "fonts\/*",
        "libs\/*",
        "*\/*"
    ]
}