You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-samples/readingList/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,17 @@ This sample demonstrates using the [chrome.readingList](https://developer.chrome
4
4
5
5
## Overview
6
6
7
-
Once this extension is installed, clicking this extension's action icon will open an extension page.
7
+
The extension's action icon opens a page that allows you to add new items, as well as update or delete existing ones.
8
8
9
9
<imgsrc="screenshot.png"height=300alt="Screenshot showing the chrome.readingList API demo running in Chrome.">
10
10
11
+
## Running this extension
12
+
13
+
1. Clone this repository.
14
+
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
15
+
3. Click on the action icon.
16
+
4. An extension page will open.
17
+
11
18
## Implementation Notes
12
19
13
20
Listeners are added for all events, so the table automatically updates when data in the reading list changes.
0 commit comments