Added sidebar example (#192)

* Added sidebar example

* Remove blank line
This commit is contained in:
wbamberg
2017-03-03 21:15:15 -08:00
committed by GitHub
parent c7fb07a637
commit 0c5b1ec028
6 changed files with 125 additions and 0 deletions

9
annotate-page/README.md Normal file
View 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.