chrome-extensions-samples/functional-samples/sample.bookmarks
Pasquale Riello c2f53bded9
Add README for bookmarks and page-redder samples (#1101)
* Add README.md

* Add README.md

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

* Update functional-samples/sample.bookmarks/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

* Update functional-samples/sample.page-redder/README.md

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>

---------

Co-authored-by: Oliver Dunk <oliver@oliverdunk.com>
Co-authored-by: Joe Medley <jmedley@google.com>
2024-02-27 17:52:48 +00:00
..
third-party Reorganize directory structure (#825) 2023-02-03 10:58:04 -06:00
README.md Add README for bookmarks and page-redder samples (#1101) 2024-02-27 17:52:48 +00:00
icon.png Reorganize directory structure (#825) 2023-02-03 10:58:04 -06:00
manifest.json Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
popup.css moved body style to existing css file (#896) 2023-05-01 10:30:15 -04:00
popup.html moved body style to existing css file (#896) 2023-05-01 10:30:15 -04:00
popup.js Update dependencies (#1096) 2024-02-20 12:53:23 +01:00

README.md

Bookmarks Manager

This sample demonstrates how to use the chrome.bookmarks API to search, add, edit, and delete bookmarks.

Overview

The extension provides a bookmarks manager that is accessible by clicking the extension icon. The manager provides a popup where you can manage your bookmarks.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Click the extension icon.
  4. Manage your bookmarks.