File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ Read more on [Getting Started](https://developer.chrome.com/extensions/getstarte
31
31
<tbody >
32
32
<tr>
33
33
<td style="vertical-align:top;">
34
- Hello World <br>
35
- <a href="examples /hello-world"><code>examples /hello-world</code></a>
34
+ Hello Extensions <br>
35
+ <a href="tutorials /hello-world"><code>tutorials /hello-world</code></a>
36
36
</td>
37
37
<td style="vertical-align:top;">
38
38
<ul>
39
- <li><a href="https://developer.chrome.com/docs/extensions/reference/runtime/#method-getURL">runtime.getURL</a></li>
40
- <li><a href="https://developer.chrome.com/docs/extensions/reference/runtime/#event-onInstalled">runtime.onInstalled</a></li>
41
- <li><a href="https://developer.chrome.com/docs/extensions/reference/tabs/#method-create">tabs.create</a></li>
39
+ <li><a href="https://developer.chrome.com/docs/extensions/reference/action/#popup">Extension popup</a></li>
42
40
</ul>
43
41
</td>
44
42
</tr>
You can’t perform that action at this time.
0 commit comments