Index: chrome/common/extensions/docs/static/windows.html |
=================================================================== |
--- chrome/common/extensions/docs/static/windows.html (revision 36922) |
+++ chrome/common/extensions/docs/static/windows.html (working copy) |
@@ -55,4 +55,16 @@ |
the value of the current window falls back to the topmost window. |
</p> |
+<h2 id="examples"> Examples </h2> |
+ |
+<p> |
+You can find an example of using the windows module in the |
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> file |
+of the |
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/">inspector</a> |
+example. |
+For other examples and for help in viewing the source code, see |
+<a href="samples.html">Samples</a>. |
+</p> |
+ |
<!-- END AUTHORED CONTENT --> |