Web Scrape

Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!

Web Scrapeคืออะไร?

Web Scrape เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webscrape.me และคุณลักษณะหลักของมันคือ "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Scrape

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

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

                        Scrape the web with a single click!                    

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

ชื่อ Web Scrape Web Scrape
ID impbblcbbkkccnijopkamgjodfjgnpje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje
คำอธิบาย Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
ขนาดไฟล์ 285 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2023-02-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://webscrape.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://webscrape.me/support
URL หน้านโยบายความเป็นส่วนตัว https://webscrape.me/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Scrape",
    "version": "0.0.0.4",
    "description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!",
    "icons": {
        "16": "assets\/scraper_16.png",
        "48": "assets\/scraper_48.png",
        "128": "assets\/scraper_128.png"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading.gif"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": []
}