Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpmikkers/importbookmarkstoedge

Powershell script to import bookmarks into Edge browser
https://github.com/jpmikkers/importbookmarkstoedge

bookmarks edge edge-browser import powershell powershell-script

Last synced: about 1 month ago
JSON representation

Powershell script to import bookmarks into Edge browser

Awesome Lists containing this project

README

        

# 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](https://github.com/jpmikkers/ImportBookmarksToChrome) repository.

## Usage

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

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

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