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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}