chrome-extensions-list

1.0.0 • Public • Published

chrome-extensions-list

Exports a list of installed Chrome extensions from a profile to HTML file. Supports some other Chrome-based browsers: Chromium, Brave, etc.

Installation

Node (8.6+)

npm i -g chrome-extensions-list

Standalone (Windows)

Download the executable from Releases. Make sure chrome-extensions-list-x86.exe has read access to profile folder and write access to HTML file location, mark it with Run this program as an administrator flag if needed.

Usage

Node

Show help:

chrome-extensions-list --help

Print HTML file contents:

chrome-extensions-list --print "C:\Users\Me\AppData\Local\Google\Chrome\User Data\Default"

Write HTML file to chrome-extensions-list location:

chrome-extensions-list "C:\Users\Me\AppData\Local\Google\Chrome\User Data\Default"

Write HTML file to custom location:

chrome-extensions-list "F:\Backup\Chrome\User Data\Default" "C:\Users\Me\Desktop"

Standalone (Windows)

Same as Node:

chrome-extensions-list-x86 [args]

Supports drag'n'drop of Chrome profile folder.

Readme

Keywords

none

Package Sidebar

Install

npm i chrome-extensions-list

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.94 kB

Total Files

4

Last publish

Collaborators

  • ex-machine