CSS TRIMMER
Creates a single line Style tag from Chrome's dev tools Styles menu
CSS TRIMMER क्या है?
CSS TRIMMER Alon Adler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a single line Style tag from Chrome's dev tools Styles menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CSS TRIMMER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly turns Dev Tools CSS Styles code to an inline style tag. For example, turn: display: block; height: 14em; resize: vertical; To: style='display: block; height: 14em; resize: vertical;' In a single click. How to use: 1- Copy any CSS code block from Chrome's Dev Tools Styles menu to the clipboard (CTRL+C). 2- Press the CSS icon in the extensions menu. 3- That's it, you're done, the inline style tag is auto copied to your clipboard (and also visible in the popup page). 4- You can modify the CSS code and press the 'ReTrim' button to create the style tag again, with your changes.
एक्सटेंशन की मूल जानकारी
नाम | CSS TRIMMER |
ID | hdhbfineemcdppmmlahpohaiinapaejc |
आधिकारिक URL | https://chromewebstore.google.com/detail/css-trimmer/hdhbfineemcdppmmlahpohaiinapaejc |
विवरण | Creates a single line Style tag from Chrome's dev tools Styles menu |
फ़ाइल का आकार | 18 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-04-20 |
प्रकाशन तिथि | 2017-04-20 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Alon Adler |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS TRIMMER", "short_name": "CSS TRIMMER", "author": "Alon Adler", "description": "Creates a single line Style tag from Chrome's dev tools Styles menu", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "clipboardRead", "clipboardWrite" ] } |