Table Tools

Lets you override table cell text wrapping and left/right text alignment.

Table Tools là gì?

Table Tools là một tiện ích mở rộng Chrome được phát triển bởi Dai Rees, và tính năng chính của nó là "Lets you override table cell text wrapping and left/right text alignment.".

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

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

                        Lets you override line-break and horizontal alignment styling in tables on a per-column basis. Useful for the awkwardly sized columns on MSDN!                    

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

Tên Table Tools Table Tools
ID jjepabgdfhnikhbpfkbaahaioeheigdc
URL Chính Thức https://chromewebstore.google.com/detail/table-tools/jjepabgdfhnikhbpfkbaahaioeheigdc
Mô tả Lets you override table cell text wrapping and left/right text alignment.
Kích Thước Tệp 23.69 KB
Số Lần Cài Đặt 1,215
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-05-13
Ngày Phát Hành 2018-06-17
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dai Rees
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",
    "manifest_version": 2,
    "name": "Table Tools",
    "description": "Lets you override table cell text wrapping and left\/right text alignment.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js",
                "js\/TTTable.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}