Skip to content

Commit

Permalink
Add README for bookmarks and page-redder samples (GoogleChrome#1101)
Browse files Browse the repository at this point in the history
* Add README.md

* Add README.md

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

Co-authored-by: Oliver Dunk <[email protected]>

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

Co-authored-by: Oliver Dunk <[email protected]>

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

Co-authored-by: Oliver Dunk <[email protected]>

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

Co-authored-by: Oliver Dunk <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Joe Medley <[email protected]>

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

Co-authored-by: Oliver Dunk <[email protected]>

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

Co-authored-by: Oliver Dunk <[email protected]>

---------

Co-authored-by: Oliver Dunk <[email protected]>
Co-authored-by: Joe Medley <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2024
1 parent b9df791 commit c2f53bd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions functional-samples/sample.bookmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Bookmarks Manager

This sample demonstrates how to use the [chrome.bookmarks](https://developer.chrome.com/docs/extensions/reference/api/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](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Click the extension icon.
4. Manage your bookmarks.
14 changes: 14 additions & 0 deletions functional-samples/sample.page-redder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Page Redder

This sample demonstrates how to use the [chrome.action](https://developer.chrome.com/docs/extensions/reference/api/action) API to execute code when the extension icon is clicked.

## Overview

This extension changes the background color of the active tab page (if its URL doesn't start with `chrome://`) to red when the extension icon is clicked.

## Running this extension

1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Navigate to any page (make sure that the URL doesn't start with `chrome://`).
4. Click the extension icon.

0 comments on commit c2f53bd

Please sign in to comment.