Table Data Export

Table Data Export Plugin

Table Data Exportคืออะไร?

Table Data Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yasir Arafat และคุณลักษณะหลักของมันคือ "Table Data Export Plugin"

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

screenshot
screenshot

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

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

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

                        Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features:
	i) User can either select ALL Columns or a column range for export
	ii) There is a provision for file name where User can give the name of the file to be exported
	iii) It just needs either HTML table's id or class value to be exported                    

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

ชื่อ Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
คำอธิบาย Table Data Export Plugin
ขนาดไฟล์ 9.83 KB
จำนวนการติดตั้ง 1,266
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-07-28
วันที่เผยแพร่ 2019-02-15
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Yasir Arafat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Data Export",
    "short_name": "Table Export",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Table Data Export Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Table Data Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}