TBL Scraper

Scraper extracts data from web pages.

TBL Scraperคืออะไร?

TBL Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Utopia และคุณลักษณะหลักของมันคือ "Scraper extracts data from web pages."

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

screenshot

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

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

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

                        Scraper extracts data from web pages.

The plugin allows you to extract dozens of data such as title or domain name. It's a time-saving way to collect essential data for your business.

Free and easy to use web data extraction tool for everyone.                    

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

ชื่อ TBL Scraper TBL Scraper
ID impgmdkgimjbpaklcpilcechdojbafne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tbl-scraper/impgmdkgimjbpaklcpilcechdojbafne
คำอธิบาย Scraper extracts data from web pages.
ขนาดไฟล์ 41.37 KB
จำนวนการติดตั้ง 334
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-10-19
วันที่เผยแพร่ 2022-10-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Utopia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "TBL Scraper",
    "description": "Scraper extracts data from web pages. ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo.png",
        "38": "logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}