diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 21:39:03 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 21:39:03 +0000 |
commit | 1239af15394f84827718c0c1327afd85c6bd1c22 (patch) | |
tree | c772172791699ea9e80326e6dc86fdb2a19e6de3 /chrome/common/extensions/docs/bookmarks.html | |
parent | e16c7bd2c1eb7242163630bb9f6bc54534d69577 (diff) | |
download | chromium_src-1239af15394f84827718c0c1327afd85c6bd1c22.zip chromium_src-1239af15394f84827718c0c1327afd85c6bd1c22.tar.gz chromium_src-1239af15394f84827718c0c1327afd85c6bd1c22.tar.bz2 |
Document that you can override the Bookmark Manager page.
Point to this from the chrome.bookmarks page.
Besides adding Bookmark Manager info, I also reorganized things a bit and added the URL for each page. Is mentioning the URLs OK? (I've found them handy, but maybe we don't want to commit to them.)
BUG=40806
TEST=none
Review URL: http://codereview.chromium.org/1633017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 011feeb..cb12c07 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -305,6 +305,8 @@ <p id="classSummary"> Use the <code>chrome.bookmarks</code> module to create, organize, and otherwise manipulate bookmarks. +Also see <a href="override.html">Override Pages</a>, +which you can use to create a custom Bookmark Manager page. </p> <img src="images/bookmarks.png" width="210" height="147" alt="Clicking the star adds a bookmark"> |