Skip to content

Commit 1746b3e

Browse files
committed
Update readme
1 parent 0d6e42a commit 1746b3e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

MessageManager/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
Message Manager
22
===============
33
An example extension showing how to communicate between a chrome scope
4-
(extension) and content scope (panel ifreame with type="content")
4+
(extension) and content scope (panel iframe with type="content")
55

66
Instructions
77
------------
88
1. Install the extension
9-
2. Open developer tools toolbox (F12 or Menu -> Developer -> Toogle Tools)
10-
3. See the `My Panel` panel
9+
2. Open developer tools Toolbox (F12 or Menu -> Developer -> Toogle Tools)
10+
3. Open Browser Console (Menu -> Developer -> Browser Console))
11+
4. Select the `My Panel` panel
12+
5. You should see "Message from chrome: Hello from chrome scope!" in the console
13+
6. Click anywhere in the panel content
14+
7. You should see "Message from content: Hello from content scope!" in the console
1115

1216
Further Resources
1317
-----------------
18+
* Firebug.next: https://github.com/firebug/firebug.next
19+
* DevTools Extension Examples: https://github.com/firebug/devtools-extension-examples
1420
* Add-on SDK: https://developer.mozilla.org/en-US/Add-ons/SDK
1521
* DevTools API: https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI
1622
* Coding Style: https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide
17-
* DevTools Extension Examples: https://github.com/firebug/devtools-extension-examples
1823
* DevTools/Hacking: https://wiki.mozilla.org/DevTools/Hacking

0 commit comments

Comments
 (0)