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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file chrome-bookmarks-2020.10.25.tar.gz
.
File metadata
- Download URL: chrome-bookmarks-2020.10.25.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cbe8945224925f2d7c949c8e1ea4a3ceda35856265a233111475a666453fa45 |
|
MD5 | fb8f64ce2b183cc0c389d3f1d2dff9f3 |
|
BLAKE2b-256 | 07160447eb9f419f0121f6b87f548124c2f3c763869215df2d9ebc98066b539a |