Table Tools

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

Wat is Table Tools?

Table Tools is een Chrome-extensie ontwikkeld door Dai Rees, en de belangrijkste functie is "Lets you override table cell text wrapping and left/right text alignment.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Table Tools

Download Table Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Table Tools Table Tools
ID jjepabgdfhnikhbpfkbaahaioeheigdc
Officiële URL https://chromewebstore.google.com/detail/table-tools/jjepabgdfhnikhbpfkbaahaioeheigdc
Beschrijving Lets you override table cell text wrapping and left/right text alignment.
Bestandsgrootte 23.69 KB
Aantal Installaties 1,215
Huidige Versie 1.2
Laatst Bijgewerkt 2022-05-13
Publicatiedatum 2018-06-17
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dai Rees
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}