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
This example fetches the favicon from www.google.com and inserts it at the top left of every page.
4
+
5
+
Note: This extension does not work on `chrome://extensions`.
6
+
7
+
See [Fetching favicons](https://developer.chrome.com/docs/extensions/mv3/favicon) to learn more.
8
+
9
+
## Testing the extension
10
+
11
+
1. Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
12
+
2. Navigate to [www.example.com](https://www.example.com/).
13
+
14
+
It should look like this:
15
+
16
+
<imgsrc="https://wd.imgix.net/image/BhuKGJaIeLNPW9ehns59NfwqKxF2/3Q1glvnzbWhraXRtnGOy.png"alt="Content script using the Favicon API"width="400"/>
0 commit comments