CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
CSS Gradient Inspector क्या है?
CSS Gradient Inspector Rafael Caricio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CSS Gradient Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
एक्सटेंशन की मूल जानकारी
नाम | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
आधिकारिक URL | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
विवरण | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
फ़ाइल का आकार | 284 KB |
स्थापना संख्या | 1,792 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2014-10-01 |
प्रकाशन तिथि | 2014-10-01 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Rafael Caricio |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rafaelcaricio/gradient-inspector |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |