| Index: chrome/common/extensions/docs/static/tut_debugging.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/tut_debugging.html (revision 32042)
|
| +++ chrome/common/extensions/docs/static/tut_debugging.html (working copy)
|
| @@ -23,7 +23,8 @@
|
| If the extension is running,
|
| you'll see the Hello World icon
|
| <img src="examples/tutorials/getstarted/icon.png"
|
| - width="19" height="19" alt="" />
|
| + width="19" height="19" alt=""
|
| + style="margin:0" />
|
| to the right of
|
| your browser's address bar.
|
| </p>
|
| @@ -61,7 +62,8 @@
|
| Keeping an eye on the Installed Extensions page,
|
| click the Hello World extension's icon
|
| <img src="examples/tutorials/getstarted/icon.png"
|
| - width="19" height="19" alt="" />.
|
| + width="19" height="19" alt=""
|
| + style="margin:0" />.
|
| A popup appears,
|
| and a link named <b>popup.html</b> appears in extension's information,
|
| under a new "Inspect active views:" heading.
|
| @@ -146,7 +148,8 @@
|
| Click the console button
|
| <img src="images/console-button.gif"
|
| style="border:1px black solid"
|
| - width="18" height="14" alt="" />
|
| + width="18" height="14" alt=""
|
| + style="margin:0" />
|
| (second from left, at the bottom of the Developer Tools window)
|
| so that you can see both the code and the console.
|
| </li>
|
|
|