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
公式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
Eメール [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"
    }
}