Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ex-machine/chrome-extensions-list
Provides a backup for Chrome extensions list
https://github.com/ex-machine/chrome-extensions-list
chrome chrome-extension chromium nodejs
Last synced: about 1 month ago
JSON representation
Provides a backup for Chrome extensions list
- Host: GitHub
- URL: https://github.com/ex-machine/chrome-extensions-list
- Owner: ex-machine
- License: mit
- Created: 2020-03-08T08:45:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:53:15.000Z (about 2 years ago)
- Last Synced: 2023-03-03T10:12:46.369Z (almost 2 years ago)
- Topics: chrome, chrome-extension, chromium, nodejs
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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\My Chrome extensions.html"
```### Standalone (Windows)
Same as Node:
```
chrome-extensions-list-x86 [args]
```Supports drag'n'drop of Chrome profile folder.