You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
Fixed the 'unpacked extension' link and revised wording for clarity
* Update README.md
Revised wording [2]
* Clarify README
Better wording on the first two sentences
This new tab extension demonstrates how extensions can provide users the option to enable an additional feature. In this example, they optionally display top sites.
3
+
This sample extension changes the **New Tab** page, prompting the user for permission to display their top sites. It demonstrates how extensions can provide users with the option to enable additional features.
4
4
5
-
See [Optional permissions](https://developer.chrome.com/docs/extensions/reference/permissions/) to learn more.
5
+
See [optional permissions](https://developer.chrome.com/docs/extensions/reference/permissions/) to learn more.
6
6
7
7
## Testing the extension
8
8
9
-
Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked, then open a new tab.
9
+
Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked), then open a new tab.
10
10
11
11
It should look like this:
12
12
13
-
<imgsrc="../../.repo/images/optional-permissions-new-tab.png"alt="New tab with the focus of the day and optional feature button"width="500"/>
13
+
<imgsrc="../../.repo/images/optional-permissions-new-tab.png"alt="New tab with optional permission button"width="500"/>
14
14
15
-
Then, click on "Allow Extension to Access to top sites". You will see the following message:
15
+
Then, click on `Allow Extension to Access to Top Sites`. You will see the following message:
0 commit comments