Registry / utility / mediabuyerbot-go-crx3

mediabuyerbot-go-crx3

JSON →
library1.7.0gogounverified

A Go library for reading and writing Chrome extension CRX3 files.

go get github.com/mediabuyerbot/go-crx3
INSTALL
IMPORT
SIG · MEDIABUYERBOT-GO-C
M
mediabuyerbot-go-crx3
utilitygov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crx3
github.com/mediabuyerbot/go-crx3

Opens a CRX3 file and prints its version.

package main import ( "fmt" "github.com/mediabuyerbot/go-crx3" ) func main() { crx, err := crx3.Open("extension.crx") if err != nil { panic(err) } fmt.Println(crx.Version) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mediabuyerbot-go-crx3 — go get mediabuyerbot-go-crx3 · libregistry