Table Tools

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

Table Toolsคืออะไร?

Table Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dai Rees และคุณลักษณะหลักของมันคือ "Lets you override table cell text wrapping and left/right text alignment."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Table Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}