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.”。

扩展截图

screenshot

下载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 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"
        ]
    }
}