Pkg.CRX
— API for parsing Chrome extensions¶
Module API¶
Pkg.CRX module API.
Classes:
- class CRXObject¶
Bases:
Pro.Core.CFFObject
Methods:
Dump
(out)
- param out
The output stream to write the information.
Returns
True
if successful otherwise returnsFalse
.
- Dump(out: Pro.Core.NTTextStream) → None¶
- Parameters
out (NTTextStream) – The output stream to write the information.
- GetArchiveRange() → Optional[Pro.Core.NTOffsetRange]¶
- Returns
Returns
True
if successful otherwise returnsFalse
.- Return type
Optional[NTOffsetRange]