CLS Visualizer
Visualizer the CLS of any webpage
CLS Visualizer क्या है?
CLS Visualizer MarketingTracer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualizer the CLS of any webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CLS Visualizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin will highlight and visualize the Cumulative Layout Shift. Cumulative Layout Shift (CLS) is an important, user-centric metric for measuring visual stability because it helps quantify how often users experience unexpected layout shifts—a low CLS helps ensure that the page is delightful. Unfortunately the CLS is a pain to debug without visualisation
एक्सटेंशन की मूल जानकारी
नाम | CLS Visualizer |
ID | jbbeihojggidiclbcneckhcblilapahn |
आधिकारिक URL | https://chromewebstore.google.com/detail/cls-visualizer/jbbeihojggidiclbcneckhcblilapahn |
विवरण | Visualizer the CLS of any webpage |
फ़ाइल का आकार | 17.27 KB |
स्थापना संख्या | 8,771 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2022-11-20 |
प्रकाशन तिथि | 2020-11-12 |
रेटिंग | 4.36/5 कुल 11 रेटिंग्स |
डेवलपर | MarketingTracer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.marketingtracer.com |
सहायता पृष्ठ URL | https://www.marketingtracer.com/contact |
गोपनीयता नीति पृष्ठ URL | https://www.marketingtracer.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Visualizer the CLS of any webpage", "icons": { "144": "icons\/icon144.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "CLS Visualizer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/cls.js" ] } ] } |