diff options
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 28d8928a..fd7fd67 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -293,6 +293,8 @@ Use the <code>chrome.bookmarks</code> module to create, organize, and otherwise manipulate bookmarks. </p> +<img src="images/bookmarks.png" width="210" height="147" alt="Clicking the star adds a bookmark"> + <h2 id="manifest">Manifest</h2> <p>You must declare the "bookmarks" permission in the <a href="manifest.html">extension manifest</a> @@ -331,47 +333,6 @@ See <a href="#type-BookmarkTreeNode"><code>BookmarkTreeNode</code></a> for information about the properties a node can have. </p> -<!-- [PENDING: Update and introduce the following image or delete the file.] - -<img - alt="2 kinds of bookmark objects" - width="415" - height="123" - src="images/bookmarks.png" /> ---> - -<!-- [PENDING: The following section needs to be updated or deleted.] -<p> -Say you have bookmark hierarchy that looks like this:</p> - -<ul> - <li>Bookmarks</li> - <ul> - <li>Google</li> - <ul> - <li>Apps</li> - <ul> - <li>...</li> - <li>...</li> - <li>...</li> - </ul> - <li>Google homepage</li> - </ul> - <li>Example</li> - </ul> -</ul> - -<p> -Here's how those bookmarks might be represented with bookmark objects:</p> - -<img - alt="a hierarchy of bookmarks" - width="522" - height="594" - src="images/bookmarks-hierarchy.png"> - ---> - <h2 id="overview-examples">Examples</h2> |