Pkg.CRX — API for parsing Chrome extensions

Overview

The Pkg.CRX module contains the API for parsing Chrome extensions.

Module API

Pkg.CRX module API.

Classes:

CRXObject()

class CRXObject

Bases: Pro.Core.CFFObject

Methods:

Dump(out)

param out

The output stream to write the information.

GetArchiveRange()

Returns True if successful otherwise returns False.

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 returns False.

Return type

Optional[NTOffsetRange]