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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://scraper.top และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RuiJi Scraper Crawler

ดาวน์โหลดไฟล์ส่วนขยาย RuiJi Scraper Crawler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*",
        "*\/*"
    ]
}