Table Extractor

Export all table content on a webpage to json or csv in a single click.

Table Extractor là gì?

Table Extractor là một tiện ích mở rộng Chrome được phát triển bởi akopyany, và tính năng chính của nó là "Export all table content on a webpage to json or csv in a single click.".

Ả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 Extractor

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

                        Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.                    

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

Tên Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
URL Chính Thức https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
Mô tả Export all table content on a webpage to json or csv in a single click.
Kích Thước Tệp 5.66 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-25
Ngày Phát Hành 2023-09-25
Nhà Phát Triển akopyany
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Extractor",
    "version": "1.0",
    "description": "Export all table content on a webpage to json or csv in a single click.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    }
}