An open API service indexing awesome lists of open source software.

https://github.com/jpmikkers/importbookmarkstochrome

Powershell script to import bookmarks into Chrome browser
https://github.com/jpmikkers/importbookmarkstochrome

bookmarks chrome chrome-browser import posh powershell

Last synced: about 2 months ago
JSON representation

Powershell script to import bookmarks into Chrome browser

Awesome Lists containing this project

README

          

# ImportBookmarksToChrome
Powershell script to import bookmarks into Chrome browser (the Default user profile, for now)
\
\
If you're looking for a way to import bookmarks into Microsoft Edge browser, visit the [ImportBookmarksToEdge](https://github.com/jpmikkers/ImportBookmarksToEdge) repository.

## Usage

```posh
Import-BookmarksToChrome -Urls @('https://www.youtube.com')
```

You can also specify import folder name (the default is 'PowershellImported'):

```posh
Import-BookmarksToChrome -Urls @('https://www.youtube.com') -FolderTitle 'MyImports'
```