Page Image Sizer

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

Page Image Sizer là gì?

Page Image Sizer là một tiện ích mở rộng Chrome được phát triển bởi jcconnol4, và tính năng chính của nó là "Get image weight insights at the click of a button on the website you're currently on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Image Sizer

Tải xuống các tệp mở rộng Page Image Sizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Image Sizer Page Image Sizer
ID iiokcphcgmoplnmlbcmglcekflboodkc
URL Chính Thức https://chromewebstore.google.com/detail/page-image-sizer/iiokcphcgmoplnmlbcmglcekflboodkc
Mô tả Get image weight insights at the click of a button on the website you're currently on.
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-04-23
Ngày Phát Hành 2021-12-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jcconnol4
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/jcconnol/site-image-sizer-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}