No Column Width
Get rid of `width=blah` values from table columns (it never looks good anyway!).
No Column Widthคืออะไร?
No Column Width เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Get rid of `width=blah` values from table columns (it never looks good anyway!)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Column Width
ดาวน์โหลดไฟล์ส่วนขยาย No Column Width ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a very simple extension that removes width attributes froms & s. Some websites that I must use at work use this attribute, and it makes working with them very difficult. It's possible that some websites use width attributes well. So it'd be nice if this extension allowed making a whitelist of allowed sites, but until I need it I don't care to develop it. If you want to add to it, grab the code at https://github.com/chadoh/no-column-width ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ No Column Width ID lgfldiggkgaahdbbhhafafkcgmchklaa URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-column-width/lgfldiggkgaahdbbhhafafkcgmchklaa คำอธิบาย Get rid of `width=blah` values from table columns (it never looks good anyway!). ขนาดไฟล์ 3.24 KB จำนวนการติดตั้ง 23 เวอร์ชันปัจจุบัน 0.1 อัปเดตครั้งล่าสุด 2012-07-18 วันที่เผยแพร่ 2012-07-18 คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน ผู้พัฒนา Unknown ประเภทการชำระเงิน free ภาษาที่รองรับ en-US manifest.json { "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Column Width", "version": "0.1", "manifest_version": 2, "description": "Get rid of `width=blah` values from table columns (it never looks good anyway!).", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "remove-column-widths.js" ] } ] }