diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/overview.html')
-rw-r--r-- | chrome/common/extensions/docs/static/overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/overview.html b/chrome/common/extensions/docs/static/overview.html index 3bd9f63..d29f2f8 100644 --- a/chrome/common/extensions/docs/static/overview.html +++ b/chrome/common/extensions/docs/static/overview.html @@ -28,7 +28,7 @@ from XMLHttpRequest to JSON to HTML5 local storage. Many extensions add UI to Google Chrome, in the form of <a href="toolstrip.html">toolstrips</a> (toolbar additions), -<a href="browserAction.html">browser actions</a>, +<a href="browserAction.html">browser actions</a>, or <a href="pageAction.html">page actions</a> (clickable badges in the address bar). Extensions can also interact programmatically |