Spider Free - The simplest web scraper

Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.

Spider Free - The simplest web scraper là gì?

Spider Free - The simplest web scraper là một tiện ích mở rộng Chrome được phát triển bởi https://amie-chen.com, và tính năng chính của nó là "Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spider Free - The simplest web scraper

Tải xuống các tệp mở rộng Spider Free - The simplest web scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Spider is a smart point-and-click web scraping tool. With Spider, you can turn websites into organized data, download it as JSON or spreadsheet. There's no coding experience or configuration time involved, simply open the chrome extension and start clicking.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spider Free - The simplest web scraper Spider Free - The simplest web scraper
ID hhblpocflefpmmfibmajdfcjdkeafpen
URL Chính Thức https://chromewebstore.google.com/detail/spider-free-the-simplest/hhblpocflefpmmfibmajdfcjdkeafpen
Mô tả Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.
Kích Thước Tệp 17.4 KB
Số Lần Cài Đặt 8,749
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2019-04-26
Đánh Giá 4.00/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://amie-chen.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amie-chen.com
URL Trang Trợ Giúp https://amie-chen.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spider Free - The simplest web scraper",
    "short_name": "Spider",
    "version": "2.0",
    "author": "Amie Chen",
    "description": "Spider let's you turn websites into organized data, download them as JSON\/CSV. No coding or configuration required.",
    "manifest_version": 3,
    "commands": {
        "toggle-spider": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q",
                "windows": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            },
            "description": "Toggle Spider"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content\/content.html",
                "content\/content.css",
                "content-min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/logo-32.png"
        }
    }
}