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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}