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 هو إضافة Chrome تم تطويرها بواسطة https://amie-chen.com، والميزة الرئيسية لها هي "Spider let's you turn websites into organized data, download them as JSON/CSV. No coding or configuration required.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Spider Free - The simplest web scraper

قم بتنزيل ملفات الامتداد Spider Free - The simplest web scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://amie-chen.com
عنوان صفحة المساعدة 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"
        }
    }
}