Skip to main content

Google Chrome bookmarks helper

Project description

Installation

$ [sudo] pip install chrome-bookmarks

Features

OS path
Linux ~/.config/google-chrome/Default/Bookmarks
macOS ~/Library/Application Support/Google/Chrome/Default/Bookmarks
Windows ~\AppData\Local\Google\Chrome\User Data\Default\Bookmarks

Examples

import chrome_bookmarks

for folder in chrome_bookmarks.folders:
    print(folder.name)
    print(folder.folders)
for url in chrome_bookmarks.urls:
    print(url.url, url.name)

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chrome-bookmarks-2020.10.25.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page