Skip to content

Bookly is a smart Chrome extension that simplifies bookmark management. It automatically categorizes bookmarks into custom groups based on content, adds concise summaries for each saved link, and provides search functionality for quick retrieval. Bookly enhances productivity by allowing users to navigate their saved resources with ease and focus.

Notifications You must be signed in to change notification settings

Amala02/bookmarks

Repository files navigation

chrome.bookmarks

This sample demonstrates using the chrome.bookmarks API to search through, add, and delete bookmarks from the user's bookmark tree.

Overview

The full bookmark tree is displayed on the extension popup usin chrome.bookmarks.getTree. chrome.bookmarks.createis used to add 'https://www.google.com/' to the user's bookmarks. The chrome.bookmarks.remove and chrome.bookmarks.search APIs are used to find and delete any bookmarks that match 'https://www.google.com/'.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Pin the extension to the taskbar and open up the popup by clicking the action button.
  4. Experiment with adding and removing bookmarks using the buttons within the popup.

About

Bookly is a smart Chrome extension that simplifies bookmark management. It automatically categorizes bookmarks into custom groups based on content, adds concise summaries for each saved link, and provides search functionality for quick retrieval. Bookly enhances productivity by allowing users to navigate their saved resources with ease and focus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published