Skip to content

Create CRX3 files with python [FORKED]

License

Notifications You must be signed in to change notification settings

ultra-bugs/ccrx3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCRX3 [CRX3-Creator]

Python script for building google chrome extension crx3 package. It is inspired by https://github.com/bellbind/crxmake-python.

Usage:

main.py PACKAGE_BASE_DIR

Example

An example extension named 'sample' is provided in the root of repository directory for testing purposes:

$ python main.py sample
$ ls
$ sample sample.crx sample.pem

Requires:

$ pip install -r requirements.txt

Resources:

About

Create CRX3 files with python [FORKED]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • Batchfile 9.5%