Package-level declarations

This package provides the classes that allow you to work with Chrome extensions.

This package provides the classes that allow you to work with Chrome extensions.

Types

Link copied to clipboard
public interface Extension implements Advisable<P>
public interface Extension implements Advisable<P>
A Chrome extension.
Link copied to clipboard
public interface ExtensionAction implements Observable<T>
public interface ExtensionAction implements Observable<T>
An extension action.
Link copied to clipboard
Thrown to indicate that the extension installation has failed.
Link copied to clipboard
public interface Extensions implements ProfileService, Observable<T>, Advisable<P>
public interface Extensions implements ProfileService, Observable<T>, Advisable<P>
A service for working with Chrome extensions.
Link copied to clipboard
Thrown to indicate that the extension uninstallation has failed.