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
电子邮箱 [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"
}