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文件

下載Page Image Sizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}