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 https://rviscomi.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}