App Engine Resource Usage
Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.
App Engine Resource Usageとは何ですか?
App Engine Resource UsageはRolando Loraによって開発されたChromeの拡張機能で、その主な機能は「Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.」です。
拡張機能のスクリーンショット
App Engine Resource Usage拡張機能のCRXファイルをダウンロード
App Engine Resource Usage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google App Engine includes information headers that let you estimate resource usage for each HTTP request. The headers are included only when using the application as an app owner. Headers included are: "x-appengine-estimated-cpm-us-dollars", "x-appengine-resource-usage" and "x-appengine-resource-usage". This extension let you collect stats and export to CSV files. For documentation about GAE headers refer to: https://developers.google.com/appengine/docs/python/runtime
拡張機能の基本情報
名前 | App Engine Resource Usage |
ID | gipedfcmmkjhikalnbgifkophddogbij |
公式URL | https://chromewebstore.google.com/detail/app-engine-resource-usage/gipedfcmmkjhikalnbgifkophddogbij |
説明 | Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin. |
ファイルサイズ | 98.05 KB |
インストール数 | 46 |
現在のバージョン | 0.1.0 |
最終更新日 | 2012-09-25 |
公開日 | 2012-09-25 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Rolando Lora |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "App Engine Resource Usage", "version": "0.1.0", "manifest_version": 2, "description": "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.", "icons": { "128": "silas-icon-128.png", "48": "silas-icon-48.png", "16": "silas-icon-16.png" }, "browser_action": { "default_icon": "silas-icon.png", "default_popup": "popup.html" }, "permissions": [ "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |