mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Added sidebar example (#192)
* Added sidebar example * Remove blank line
This commit is contained in:
9
annotate-page/README.md
Normal file
9
annotate-page/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# annotate-page
|
||||
|
||||
## What it does
|
||||
|
||||
This example adds a sidebar that lets you take notes on the current web page. The notes are saved to local storage, and the notes for each page are shown again when you open that page again.
|
||||
|
||||
## What it shows
|
||||
|
||||
How to create a sidebar for an add-on. How to associate the sidebar with the currently active tab in that sidebar's window. How to store and restore sidebar content.
|
||||
Reference in New Issue
Block a user