Size Grabber
This extension will let you know the page size and view state size in bytes.
Size Grabberとは何ですか?
Size Grabberはhttps://www.neverrecycle.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will let you know the page size and view state size in bytes.」です。
拡張機能のスクリーンショット
Size Grabber拡張機能のCRXファイルをダウンロード
Size Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a quick and easy extension that will just let you know the page size and view state. The view state is really only for aspx pages but the page size works anywhere.
拡張機能の基本情報
名前 | Size Grabber |
ID | jgoenlgmmmgickjnnepbpdhjkpfccino |
公式URL | https://chromewebstore.google.com/detail/size-grabber/jgoenlgmmmgickjnnepbpdhjkpfccino |
説明 | This extension will let you know the page size and view state size in bytes. |
ファイルサイズ | 5.58 KB |
インストール数 | 299 |
現在のバージョン | 1.0 |
最終更新日 | 2014-02-12 |
公開日 | 2014-02-12 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://www.neverrecycle.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Size Grabber", "description": "This extension will let you know the page size and view state size in bytes.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |