Table Tools

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

What is Table Tools?

Table Tools is a Chrome extension developed by Dai Rees, and its main feature is "Lets you override table cell text wrapping and left/right text alignment.".

Extension Screenshots

screenshot
screenshot

Download Table Tools Extension CRX File

Download Table Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Table Tools Table Tools
ID jjepabgdfhnikhbpfkbaahaioeheigdc
Official URL https://chromewebstore.google.com/detail/table-tools/jjepabgdfhnikhbpfkbaahaioeheigdc
Description Lets you override table cell text wrapping and left/right text alignment.
File Size 23.69 KB
Installation Count 1,215
Current Version 1.2
Last Updated 2022-05-13
Publish Date 2018-06-17
Rating 3.00/5 Total 1 Ratings
Developer Dai Rees
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}