Skip to content

vladimyr/chrome-webstore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Webstore CLI

This utility enables querying Chrome Webstore from terminal by providing following functionalities:

  • list - obtaining information about locally installed extensions
  • show <extension-id> - obtaining information for specific extension
  • download <extension-id> - downloading requested extension locally

Installation

npm install -g vladimyr/chrome-webstore-cli

How to use

Invoke cws inside your terminal followed by desired command:

Usage:
  cws (command) <options>

Commands:
  list      List locally installed extensions
  info      Show extension info
  download  Downloads extension\'s package (.crx) from webstore

Options:
  --version   Show version number                            [boolean]
  -h, --help  Show help                                      [boolean]

Type cws (command) --help for command specific help.

About

CLI for interacting with Google Chrome Webstore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published