Added missing README files and updated some existing ones

This commit is contained in:
Will Bamberg
2016-02-19 13:19:10 -08:00
parent 37449210fe
commit 84c0bcf024
4 changed files with 39 additions and 5 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
# open-my-page
## What it does
This extension includes:
* a background script, "background.js"
@@ -8,7 +10,7 @@ This extension includes:
All it does is: when the user clicks the button, open "my-page.html" in a new tab.
It shows:
## What it shows
* how to listen for browser action clicks in a background script
* how to open a page packaged with your extension