Example usage for com.google.gwt.chrome.crx.client Extension subclass-usage

List of usage examples for com.google.gwt.chrome.crx.client Extension subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.chrome.crx.client Extension subclass-usage.

Usage

From source file com.google.speedtracer.client.BackgroundPage.java

/**
 * The Chrome extension background page script.
 */
@Extension.ManifestInfo(name = "Speed Tracer (by Google)", description = "Get insight into the performance of your web applications.", version = ClientConfig.VERSION, permissions = {
        "tabs", "http://*/*", "https://*/*", "debugger" }, icons = { "resources/icon16.png", "resources/icon32.png",
                "resources/icon48.png", "resources/icon128.png" }, publicKey = "")

From source file com.google.speedtracer.headlessextension.client.HeadlessBackgroundPage.java

/**
 * A Chrome extension background page script for running a headless version of
 * SpeedTracer intended to support benchmarking and unit testing.
 * 
 * NOTE: the public key is included because currently the Headless Extension
 * relies on statically referring to the chrome extension ID. While the private