Page Size Inspector

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

Apa itu Page Size Inspector?

Page Size Inspector adalah ekstensi Chrome yang dikembangkan oleh Tomi Mickelsson, dan fitur utamanya adalah "Reports page size, cache usage, network requests, load time.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Page Size Inspector

Unduh file ekstensi Page Size Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Page Size Inspector Page Size Inspector
ID oepnndnpjiahgkljgbohnnccmokgcoln
URL Resmi https://chromewebstore.google.com/detail/page-size-inspector/oepnndnpjiahgkljgbohnnccmokgcoln
Deskripsi Reports page size, cache usage, network requests, load time.
Ukuran File 27.61 KB
Jumlah Instalasi 10,194
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-06-04
Tanggal Publikasi 2017-07-06
Penilaian 4.65/5 Total 23 Penilaian
Pengembang Tomi Mickelsson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tomicloud.com
URL Halaman Bantuan https://tomicloud.com
Bahasa yang Didukung 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"
}