Easy Tables

Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.

Easy Tables là gì?

Easy Tables là một tiện ích mở rộng Chrome được phát triển bởi Q. Dong, và tính năng chính của nó là "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".

Ả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 Easy Tables

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

                        Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click.

v1.5 updates:
Add context menus;
Bug fixes.
Other optimizations.                    

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

Tên Easy Tables Easy Tables
ID aggdjbmdhnmjclackipimailildgihlb
URL Chính Thức https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb
Mô tả Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Kích Thước Tệp 82.1 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-10-25
Ngày Phát Hành 2020-09-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Q. Dong
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": 2,
    "name": "Easy Tables",
    "version": "1.5",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.",
    "browser_action": {
        "default_title": "Copy Table"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "csv.png",
        "copy.png",
        "xlsx.png"
    ]
}