No Column Width
Get rid of `width=blah` values from table columns (it never looks good anyway!).
No Column Width क्या है?
No Column Width Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of `width=blah` values from table columns (it never looks good anyway!)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Column Width एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] }