From d40f3747b418e94e0c416fbfc9adc9be510593ed Mon Sep 17 00:00:00 2001
From: "kathyw@google.com"
-Use the
-[PENDING: intro goes here...]
+
+[PENDING: This section needs to be reviewed and updated.]
-Bookmark objects are an important part of the Objects that represent bookmarks can have the following properties:
+
+Objects that represent bookmarks can have the following properties:
chrome.bookmarks
API to create, organize, and otherwise manipulate bookmarks.
+Use the chrome.bookmarks
API to create, organize,
+and otherwise manipulate bookmarks.
Description
-chrome.bookmarks
API.
-Each bookmark object represents either a URL or a group of bookmarks, as you can see in the following figure.
+BookmarkTreeNode objects
+are an important part of the chrome.bookmarks
API.
+Each bookmark tree node represents
+either a URL or a group of bookmarks, as you can see in the following figure.
+
+
+[PENDING: this figure needs to be updated]
+
Properties
-
id
title
Examples
@@ -113,13 +127,15 @@ Here's how those bookmarks might be represented with bookmark objects:
Here's some code you could use to create that hierarchy:
--...code goes here... ++[PENDING: ...code goes here...]+ + +--> diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 381eacf..e733c67 100755 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -181,7 +181,7 @@ and where to find more information.]
-[QUESTION TO REVIEWERS: Is this section too big/detailed? -It seems a little weird to mention absolute URLs with mentioning getURL -and when you'd need it. -What's the motivation for covering absolute URLs? -Is the debugger the place you're most likely to see them?] -
-
For example, assume your extension has
the ID aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -315,7 +307,7 @@ Two kinds of communication happen within an extension:
Communication between content scripts and the extension.
For example,
- [PENDING: example goes here].
+ [PENDING: typical use case goes here].
See Content Scripts
for information about this type of communication.
--
cgit v1.1