Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Table Extractor - Download any Table as a CSVคืออะไร?

Table Extractor - Download any Table as a CSV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agency Enterprise และคุณลักษณะหลักของมันคือ "The extension downloads HTML tables in CSV format."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Table Extractor - Download any Table as a CSV

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

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

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

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

ชื่อ Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
คำอธิบาย The extension downloads HTML tables in CSV format.
ขนาดไฟล์ 7.91 KB
จำนวนการติดตั้ง 528
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-03-08
วันที่เผยแพร่ 2022-03-08
ผู้พัฒนา Agency Enterprise
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}