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
- Host: GitHub
- URL: https://github.com/jpmikkers/importbookmarkstochrome
- Owner: jpmikkers
- License: mit
- Created: 2024-04-26T11:01:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:19:02.000Z (about 2 years ago)
- Last Synced: 2025-02-06T01:44:42.589Z (over 1 year ago)
- Topics: bookmarks, chrome, chrome-browser, import, posh, powershell
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```