Table Tools

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

Table Toolsとは何ですか?

Table ToolsはDai Reesによって開発されたChromeの拡張機能で、その主な機能は「Lets you override table cell text wrapping and left/right text alignment.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Table Tools拡張機能のCRXファイルをダウンロード

Table Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Table Tools Table Tools
ID jjepabgdfhnikhbpfkbaahaioeheigdc
公式URL https://chromewebstore.google.com/detail/table-tools/jjepabgdfhnikhbpfkbaahaioeheigdc
説明 Lets you override table cell text wrapping and left/right text alignment.
ファイルサイズ 23.69 KB
インストール数 1,215
現在のバージョン 1.2
最終更新日 2022-05-13
公開日 2018-06-17
評価 3.00/5 合計 1 レビュー
開発者 Dai Rees
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}