+table

This extension inserts a table of any size into a Gmail compose body.

+table là gì?

+table là một tiện ích mở rộng Chrome được phát triển bởi https://decaffeinated.io, và tính năng chính của nó là "This extension inserts a table of any size into a Gmail compose body.".

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

screenshot
screenshot
screenshot

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

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

                        Insert HTML tables of any size and column/row number into Gmail messages.                    

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

Tên +table +table
ID hbdcfbboabghpgfcdmcappgaciengple
URL Chính Thức https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple
Mô tả This extension inserts a table of any size into a Gmail compose body.
Kích Thước Tệp 78.49 KB
Số Lần Cài Đặt 5,207
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2019-12-26
Ngày Phát Hành 2019-12-26
Đánh Giá 2.53/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://decaffeinated.io
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": "+table",
    "short_name": "+table",
    "description": "This extension inserts a table of any size into a Gmail compose body.",
    "version": "2.3",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}