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
官方網址 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
電子郵箱 [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"
}