| |
- __builtin__.object
-
- ExtensionToLoad
- exceptions.Exception(exceptions.BaseException)
-
- ExtensionPathNonExistentException
- MissingPublicKeyException
class ExtensionToLoad(__builtin__.object) |
| |
Methods defined here:
- __init__(self, path, browser_type, is_component=False)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- extension_id
- Unique extension id of this extension.
- is_component
- Whether this extension should be loaded as a component extension.
- local_path
- Path to extension destination directory, for remote instances of
chrome
- path
- Path to extension source directory.
|
|