HTML table to csv

This extension convert html tables to csv files.

HTML table to csvคืออะไร?

HTML table to csv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yazaneweb และคุณลักษณะหลักของมันคือ "This extension convert html tables to csv files."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML table to csv

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

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

                        This extension allow you to export all the HTML tables in the current page as a csv file.                    

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

ชื่อ HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
คำอธิบาย This extension convert html tables to csv files.
ขนาดไฟล์ 753 KB
จำนวนการติดตั้ง 863
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-07-02
วันที่เผยแพร่ 2022-06-29
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา yazaneweb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML table to csv",
    "description": "This extension convert html tables to csv files.",
    "version": "1.1",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}