Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 561 Bytes

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 repository.

Usage

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

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

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