Table Extractor

Export all table content on a webpage to json or csv in a single click.

Table Extractorคืออะไร?

Table Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akopyany และคุณลักษณะหลักของมันคือ "Export all table content on a webpage to json or csv in a single click."

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

screenshot
screenshot

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

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

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

                        Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.                    

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

ชื่อ Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
คำอธิบาย Export all table content on a webpage to json or csv in a single click.
ขนาดไฟล์ 5.66 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-25
วันที่เผยแพร่ 2023-09-25
ผู้พัฒนา akopyany
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Extractor",
    "version": "1.0",
    "description": "Export all table content on a webpage to json or csv in a single click.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    }
}