Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 524 Bytes

ImportBookmarksToEdge

Powershell script to import bookmarks into Edge browser.

If you're looking for a way to import bookmarks into Google Chrome browser, visit the ImportBookmarksToChrome repository.

Usage

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

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

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