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
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo. These instructions use GitHub Desktop to clone the repo and switch to a working branch.
21
+
<!-- for all extensions samples, this is the main copy to propagate copy/paste/modify. put comments on lines that vary per-sample -->
22
+
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo. These instructions use GitHub Desktop to clone the repo and switch to a working branch.<!-- future: doc git bash as the main way -->
22
23
23
24
To clone the `MicrosoftEdge-Extensions` repo to your local drive:
24
25
@@ -28,7 +29,7 @@ To clone the `MicrosoftEdge-Extensions` repo to your local drive:
28
29
29
30
1. Click the **Code** button, and then select **Open with GitHub Desktop**.
30
31
31
-
A dialog opens, saying **This site is trying to open GitHubDesktop.exe.**
32
+
A dialog opens, saying **This site is trying to open GitHubDesktop.exe.**<!-- todo: update steps like part 2? -->
32
33
33
34
1. Click the **Open** button.
34
35
@@ -59,7 +60,7 @@ Instead of installing the sample from the Store, you'll install the sample local
59
60
60
61
1. Click **Manage extensions**. The **Extensions** management page opens in a new tab:
61
62
62
-

63
+

63
64
64
65
1. Turn on the **Developer mode** toggle.
65
66
@@ -96,6 +97,10 @@ Instead of installing the sample from the Store, you'll install the sample local
96
97
See also:
97
98
*[Sideload an extension to install and test it locally](./extension-sideloading.md)
In the following sections, you study the sample. After that, to develop your own Microsoft Edge extension, you can copy and modify the sample's directory, and install and test the resulting extension.
100
105
101
106
@@ -105,9 +110,9 @@ In the following sections, you study the sample. After that, to develop your ow
To develop your own Microsoft Edge extension, you can copy and modify the sample's directory, and install and test the resulting extension.
220
+
<!-- todo: mention which branch you're in -->
208
221
209
-
After running and testing the extension, you can continue on to [Sample: Insert an image in the webpage](./part2-content-scripts.md).
222
+
After running and testing this extension sample, you can continue on to [Sample: Insert an image in the webpage](./part2-content-scripts.md), which dynamically inserts JavaScript running as content in the browser tab.
0 commit comments