Page Image Sizer

Get image weight insights at the click of a button on the website you're currently on.

Page Image Sizer란 무엇입니까?

Page Image Sizer은(는) jcconnol4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get image weight insights at the click of a button on the website you're currently on."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Page Image Sizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Web page weighing your users down? Save time looking through the network tab and and refreshing the page trying to find the weights of all the images on your page. 

Now at the click of a button, get image sizes that might be missed by looking through the Chrome network tool.

Help find what images might be hurting core web vitals on a page and help lower overall page weight, helping you climb the SEO ladder.                    

확장 프로그램 기본 정보

이름 Page Image Sizer Page Image Sizer
ID iiokcphcgmoplnmlbcmglcekflboodkc
공식 URL https://chromewebstore.google.com/detail/page-image-sizer/iiokcphcgmoplnmlbcmglcekflboodkc
설명 Get image weight insights at the click of a button on the website you're currently on.
파일 크기 182 KB
설치 횟수 125
현재 버전 2.0
최근 업데이트 2022-04-23
출시 날짜 2021-12-27
평점 5.00/5 총 1 개의 평점
개발자 jcconnol4
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/jcconnol/site-image-sizer-chrome-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Image Sizer",
    "description": "Get image weight insights at the click of a button on the website you're currently on.",
    "version": "2.0",
    "author": "John Connolly",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}