Table Data Export

Table Data Export Plugin

Table Data Export là gì?

Table Data Export là một tiện ích mở rộng Chrome được phát triển bởi Yasir Arafat, và tính năng chính của nó là "Table Data Export Plugin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Table Data Export

Tải xuống các tệp mở rộng Table Data Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
URL Chính Thức https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
Mô tả Table Data Export Plugin
Kích Thước Tệp 9.83 KB
Số Lần Cài Đặt 1,266
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-07-28
Ngày Phát Hành 2019-02-15
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Yasir Arafat
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}