Skip to content

Yash182023/Extensionizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extensionizer is a Python package designed to streamline the process of creating Chrome extensions. With Extensionizer, you can quickly generate the necessary files, including the manifest.json file and the files required for the extension's popup interface, such as HTML, CSS, and JavaScript.

Features:

  • Easily create and customize the manifest.json file for your Chrome extension.
  • Generate popup interface files (HTML, CSS, and JavaScript) with minimal effort.
  • Simple and intuitive API for defining permissions, background scripts, content scripts, and more.
  • Compatible with Python 3.6 and above.

Getting Started:

  1. Install Extensionizer using pip install extensionizer.
  2. Use the provided classes and methods to define your extension's properties and generate the required files.
  3. Build and test your extension locally before publishing it to the Chrome Web Store.

Extensionizer is ideal for developers who want to automate the creation of Chrome extensions and focus on building innovative features without getting bogged down in repetitive setup tasks. Get started with Extensionizer today and supercharge your Chrome extension development workflow!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages