get-set, Fetch! web scraper

Open source data scraper with csv, zip export capabilities. Provides scraping scenarios for fast, minimal configuration scraping.

get-set, Fetch! web scraperคืออะไร?

get-set, Fetch! web scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsetfetch.org และคุณลักษณะหลักของมันคือ "Open source data scraper with csv, zip export capabilities. Provides scraping scenarios for fast, minimal configuration scraping."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย get-set, Fetch! web scraper

ดาวน์โหลดไฟล์ส่วนขยาย get-set, Fetch! web scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Open source data scraper with csv and zip export capabilities. 
With a modular architecture, this extension provides a series of scraping scenarios with predefined default values for fast, minimal configuration scraping. 
Binary data (images, pdf files, ...) can be exported as zip archives. Text based data can be exported as csv files.
Take a look at the "Examples" section within the extension to see what's possible.

Create a new project
• Fill in project name, start URL, scrape scenario and various plugins options.
• There are two builtin scenarios: scrape-static-content and scrape-dynamic-content responsible for scraping regular and javascript based html pages respectively.
• You can install additional community based scenarios from the scenario list page.

Start scraping
• Click the corresponding "scrape" button from the project list.
• Urls to be scraped will sequentially open in a new tab with a delay defined at project creation.
• You can end the scraping process at any time by closing the newly opened tab. Next time you start scraping, the process will resume from where it was interrupted.

Export the results
• Depending on the project settings, you can export text data as csv and binary data as zip.

Troubleshooting
• Look for warning or error entries in the logs page.
• You can adjust the log level from the settings page.
• If you find a bug, please open an issue at https://github.com/get-set-fetch/extension/issues/ and attach in the comment any relevant log entries.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ get-set, Fetch! web scraper get-set, Fetch! web scraper
ID obanemoliijohdnhjjkdbekbhdjeolnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-set-fetch-web-scraper/obanemoliijohdnhjjkdbekbhdjeolnk
คำอธิบาย Open source data scraper with csv, zip export capabilities. Provides scraping scenarios for fast, minimal configuration scraping.
ขนาดไฟล์ 760 KB
จำนวนการติดตั้ง 440
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2020-09-26
วันที่เผยแพร่ 2020-05-30
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://getsetfetch.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getsetfetch.org/
URL หน้าช่วยเหลือ https://github.com/get-set-fetch/extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "get-set, Fetch! web scraper",
    "version": "0.4.1",
    "description": "Open source data scraper with csv, zip export capabilities. Provides scraping scenarios for fast, minimal configuration scraping.",
    "icons": {
        "16": "icons\/gsf_16x16.png",
        "32": "icons\/gsf_32x32.png",
        "48": "icons\/gsf_48x48.png",
        "128": "icons\/gsf_128x128.png"
    },
    "background": {
        "scripts": [
            "background\/browser-polyfill.min.js",
            "background\/background-main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/gsf_32x32.png",
        "default_title": "Get Set Fetch"
    },
    "web_accessible_resources": [
        "admin\/*"
    ],
    "permissions": [
        "webNavigation",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: ; object-src 'self' "
}