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とは何ですか?

Spider Free - The simplest web scraperはhttps://amie-chen.comによって開発されたChromeの拡張機能で、その主な機能は「Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Spider Free - The simplest web scraper拡張機能のCRXファイルをダウンロード

Spider Free - The simplest web scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Spider Free - The simplest web scraper Spider Free - The simplest web scraper
ID hhblpocflefpmmfibmajdfcjdkeafpen
公式URL https://chromewebstore.google.com/detail/spider-free-the-simplest/hhblpocflefpmmfibmajdfcjdkeafpen
説明 Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.
ファイルサイズ 17.4 KB
インストール数 8,749
現在のバージョン 2.0
最終更新日 2022-07-26
公開日 2019-04-26
評価 4.00/5 合計 26 レビュー
開発者 https://amie-chen.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amie-chen.com
ヘルプページのURL https://amie-chen.com
対応言語 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"
        }
    }
}