core


source

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


source

create_manifest

 create_manifest (path, name, desc, url)

Create manifest.json with provided details


source

create_content_js

 create_content_js (path, name)

Create content.js with basic structure


source

create_readme

 create_readme (path, name, desc, repo)

Create README.md with provided details