core
main
main (name:str<Nameoftheextension>, desc:str<Descriptionoftheextension>='', url:str<URLpatterntomatch(e.g.https://example.com/*)>='*://*/*', repo:str<GitHubrepositoryURL>='www.example.com')
Generate a new Chrome extension with basic structure
create_manifest
create_manifest (path, name, desc, url)
Create manifest.json with provided details
create_content_js
create_content_js (path, name)
Create content.js with basic structure
create_readme
create_readme (path, name, desc, repo)
Create README.md with provided details