Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Table Extractor - Download any Table as a CSV là gì?

Table Extractor - Download any Table as a CSV là một tiện ích mở rộng Chrome được phát triển bởi Agency Enterprise, và tính năng chính của nó là "The extension downloads HTML tables in CSV format.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Table Extractor - Download any Table as a CSV

Tải xuống các tệp mở rộng Table Extractor - Download any Table as a CSV 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

                        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.                    

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

Tên Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
URL Chính Thức https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Mô tả The extension downloads HTML tables in CSV format.
Kích Thước Tệp 7.91 KB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-08
Ngày Phát Hành 2022-03-08
Nhà Phát Triển Agency Enterprise
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 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"
    }
}