CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
Τι είναι το CLS Checker - Journey Further;
Το CLS Checker - Journey Further είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Journey Further, και η κύρια λειτουργία του είναι "Test and debug cumulative layout shifts (CLS) in the browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CLS Checker - Journey Further
Λήψη αρχείων επέκτασης CLS Checker - Journey Further σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This tool measures the 'cumulative layout shifts' that occur when a page is loaded in the browser using data from the Chrome Performance API. These are then listed showing the 'layout shift' score and visualised on the webpage. Green squares show where the element started and red indicates where the element was shifted to.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
Επίσημο URL | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Περιγραφή | Test and debug cumulative layout shifts (CLS) in the browser |
Μέγεθος Αρχείου | 107 KB |
Αριθμός Εγκαταστάσεων | 6,559 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2021-04-22 |
Ημερομηνία Δημοσίευσης | 2021-03-16 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Journey Further |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.journeyfurther.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.journeyfurther.com |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Test and debug cumulative layout shifts (CLS) in the browser", "version": "0.0.0.3", "name": "CLS Checker - Journey Further", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "cls-favicon-32.png" }, "icons": { "128": "cls-favicon-128.png" }, "permissions": [ "activeTab", "browsingData" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |