Commit d591a05c authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

extensions: forgotten doc cleanups from r738645

On the last round of r738645 rdevlin.cronin@ requested two fixes which I
forgot to actually apply before submitting. Oops!

Tbr: rdevlin.cronin@chromium.org
Bug: None
Change-Id: I17eefb78fdddd1d04feca946b506bf6725cccb8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039892Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738662}
parent e6780b7e
...@@ -18,9 +18,9 @@ documentation]. ...@@ -18,9 +18,9 @@ documentation].
functionality to a user. There are three types: [page actions], functionality to a user. There are three types: [page actions],
[browser actions], and regular actions. Actions add buttons to the toolbar or [browser actions], and regular actions. Actions add buttons to the toolbar or
to the extension menu. to the extension menu.
* **Permission**: the ability of an extension to access or not access a specific * **Permission**: the ability of an extension to access a specific API. Most
API. Most things extensions can do are controlled by permissions. See things extensions can do are controlled by permissions. See [permissions]
[permissions] for more details. for more details.
* **Extension renderer**: because extensions are logically their own web * **Extension renderer**: because extensions are logically their own web
environments, each extension may have a renderer process that hosts its environments, each extension may have a renderer process that hosts its
content. These renderers are annotated in the task manager as content. These renderers are annotated in the task manager as
...@@ -78,11 +78,7 @@ TODO(ellyjones): How does extension sync work? ...@@ -78,11 +78,7 @@ TODO(ellyjones): How does extension sync work?
TODO(ellyjones): Write some words! TODO(ellyjones): Write some words!
[background page]: https://developer.chrome.com/extensions/background_pages
[browser actions]: https://developer.chrome.com/extensions/browserAction [browser actions]: https://developer.chrome.com/extensions/browserAction
[builder pattern]: https://en.wikipedia.org/wiki/Builder_pattern
[chrome.commands]: https://developer.chrome.com/extensions/commands
[chrome.omnibox]: https://developer.chrome.com/extensions/omnibox
[extension types]: extension_and_app_types.md [extension types]: extension_and_app_types.md
[manifest file format]: https://developer.chrome.com/extensions/manifest [manifest file format]: https://developer.chrome.com/extensions/manifest
[page actions]: https://developer.chrome.com/extensions/pageAction [page actions]: https://developer.chrome.com/extensions/pageAction
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment