Skip to content

jpmikkers/ImportBookmarksToChrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'