Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order
Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page
Τι είναι το Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order;
Το Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rviscomi.dev, και η κύρια λειτουργία του είναι "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order
Λήψη αρχείων επέκτασης Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Capo is a tool to help web developers understand the how optimal the ordering of elements are. Inefficient ordering can impede the browser and lead to slower user-perceived performance. To use, click the extension icon to preview the element visualization, which also triggers additional debugging info to be logged to the console. Also, click any item in the preview to see its additional info in the console. The top row of colors corresponds to the actual ordering of elements, from red to blue in descending order of urgency, with grey being least urgent. The bottom row of colors corresponds to the sorted elements, if everything were to be ordered by urgency. You can eyeball the differences between these two rows to get a sense for how well optimized the is and which elements are out of place.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order |
ID | ohabpnaccigjhkkebjofhpmebofgpbeb |
Επίσημο URL | https://chromewebstore.google.com/detail/capo-get-your-%EF%B9%A4%F0%9D%9A%91%F0%9D%9A%8E%F0%9D%9A%8A%F0%9D%9A%8D%EF%B9%A5/ohabpnaccigjhkkebjofhpmebofgpbeb |
Περιγραφή | Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page |
Μέγεθος Αρχείου | 35.1 KB |
Αριθμός Εγκαταστάσεων | 1,339 |
Τρέχουσα Έκδοση | 1.4.5 |
Τελευταία Ενημέρωση | 2023-07-30 |
Ημερομηνία Δημοσίευσης | 2023-06-19 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://rviscomi.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rviscomi/capo.js |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rviscomi/capo.js/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Capo: get your \ufe64\ud835\ude91\ud835\ude8e\ud835\ude8a\ud835\ude8d\ufe65 in order", "description": "Visualize the optimal ordering of \ufe64\ud835\ude91\ud835\ude8e\ud835\ude8a\ud835\ude8d\ufe65 elements on any web page", "version": "1.4.5", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_icon": "images\/icon128.png", "default_popup": "capo.html" }, "options_page": "options\/options.html", "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self';" }, "icons": { "128": "images\/icon128.png", "256": "images\/icon256.png" } } |