Page Size Inspector

Reports page size, cache usage, network requests, load time.

Page Size Inspectorとは何ですか?

Page Size InspectorはTomi Mickelssonによって開発されたChromeの拡張機能で、その主な機能は「Reports page size, cache usage, network requests, load time.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Page Size Inspector拡張機能のCRXファイルをダウンロード

Page Size Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly see total page size and request sizes.

Toolbar badge shows total request count.

Disable cache to see the page size for a first time visitor.

Copy report to clipboard.

OPEN SOURCE
https://github.com/tomimick/chrome-ext-page-size

Be safe, I'm a trustworthy developer with 3 open source extensions released.                    

拡張機能の基本情報

名前 Page Size Inspector Page Size Inspector
ID oepnndnpjiahgkljgbohnnccmokgcoln
公式URL https://chromewebstore.google.com/detail/page-size-inspector/oepnndnpjiahgkljgbohnnccmokgcoln
説明 Reports page size, cache usage, network requests, load time.
ファイルサイズ 27.61 KB
インストール数 10,194
現在のバージョン 1.0.4
最終更新日 2021-06-04
公開日 2017-07-06
評価 4.65/5 合計 23 レビュー
開発者 Tomi Mickelsson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tomicloud.com
ヘルプページのURL https://tomicloud.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Size Inspector",
    "short_name": "Page Size Inspector",
    "description": "Reports page size, cache usage, network requests, load time.",
    "version": "1.0.4",
    "permissions": [
        "",
        "debugger",
        "webNavigation"
    ],
    "browser_action": {
        "default_title": "Page Size Inspector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128f.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "minimum_chrome_version": "38"
}