node-crxdl
TypeScript icon, indicating that this package has built-in type declarations

0.0.7-alpha.1 • Public • Published

node-crxdl

"Monthly Download" "Latest Release" MIT license

A simple Chrome extension downloader for NodeJS

Requirement

  • NodeJS v8 and above

Usage

Usage
    $ crxdl <url> [output]
      
Options
    --output, -o  Set download destination
      
Example
    $ crxdl https://chrome.google.com/webstore/detail/netflix-party/oocalimimngaihdkbihfgmpkcpnmlaoa
    # download extension to current directory

    $ crxdl https://chrome.google.com/webstore/detail/netflix-party/oocalimimngaihdkbihfgmpkcpnmlaoa -o /home/downloads
    # download extension to /home/download

Instructions

  1. npm install -g node-crxdl or yarn global add node-crxdl
  2. Follow the usage stated above

TODO

  • None for now

Credits

License

MIT License - Copyright (c) 2021 Shaun

Readme

Keywords

none

Package Sidebar

Install

npm i node-crxdl

Weekly Downloads

7

Version

0.0.7-alpha.1

License

MIT

Unpacked Size

10.8 kB

Total Files

12

Last publish

Collaborators

  • shaunlwm