Unused CSS Tracker
Tracks the unused CSS selectors in your application
Unused CSS Tracker क्या है?
Unused CSS Tracker niranjan.exe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks the unused CSS selectors in your application"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unused CSS Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CSS Tracker is used to track all CSS styles in your application. CSS Tracker gets the detailed information about all the unused/used styles in the application. It's a easy to use extension for every front end developer to clean up their code. Once you start tracking, the entire application will track every click or navigation in the application and gets the filtered styles. Tracking will be done till you stop it manually. View percentage of unused styles in the application. Developer can view their individual file/page specific results by clicking the "Show Results" button in the popup. If wants to start tracking from beginning, clear all your results and begin tracking from starting. CSS Tracker segregates the end result with file specific used/unused styles count. You can check an individual file/CSS style whether used/unused in your application using the filter provided in the results page. Make sure refreshing the page whenever starting tracking. Logos for CSS Tracker were designed using : https://logomakr.com and https://www.designevo.com/
एक्सटेंशन की मूल जानकारी
नाम | Unused CSS Tracker |
ID | pldonadjilibgdhocameckefhpdiddbg |
आधिकारिक URL | https://chromewebstore.google.com/detail/unused-css-tracker/pldonadjilibgdhocameckefhpdiddbg |
विवरण | Tracks the unused CSS selectors in your application |
फ़ाइल का आकार | 24.94 KB |
स्थापना संख्या | 3,057 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-02-06 |
प्रकाशन तिथि | 2018-07-28 |
रेटिंग | 4.22/5 कुल 9 रेटिंग्स |
डेवलपर | niranjan.exe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unused CSS Tracker", "version": "1.4", "description": "Tracks the unused CSS selectors in your application", "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/track_128.png" } }, "icons": { "128": "images\/track_128.png" }, "permissions": [ " |